Element index for package File_Ogg
[ f ]
[ g ]
[ h ]
[ l ]
[ o ]
[ p ]
f
- File_Ogg
- in file Ogg.php, class File_Ogg
Factory class for providing either a PEAR or PECL interface to an Ogg stream.
- File_Ogg_Pear
- in file PEAR.php, method File_Ogg_Pear::File_Ogg_Pear()
Constructor for the native PHP interface to Ogg physical streams.
- File_Ogg_Pear
- in file PEAR.php, class File_Ogg_Pear
Native PHP interface to an Ogg stream.
- File_Ogg_Vorbis_Pear
- in file PEAR.php, method File_Ogg_Vorbis_Pear::File_Ogg_Vorbis_Pear()
Constructor for accessing a Vorbis logical stream.
- File_Ogg_Vorbis_Pear
- in file PEAR.php, class File_Ogg_Vorbis_Pear
Extract the contents of a Vorbis logical stream.
top
g
- getBitrate
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getBitrate()
Gives the most accurate bitrate measurement from this stream.
- getBitrates
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getBitrates()
Gives an array of the values of four different types of bitrates for this stream. The nominal, maximum and minimum values are found within the file, whereas the average value is computed.
- getChannels
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getChannels()
Gives the number of channels used in this stream.
- getComment
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getComment()
Provides an interface to the numerous comments located with a Vorbis stream.
- getCommentList
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getCommentList()
Provides a list of the comments extracted from the Vorbis stream.
- getLength
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getLength()
Gives the length (in seconds) of this stream.
- getSampleRate
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getSampleRate()
Gives the number of samples per second used in this stream.
- getSerial
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getSerial()
Gives the serial number of this stream.
- getSize
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getSize()
Gives the size (in bits) of this stream.
- getStream
- in file PEAR.php, method File_Ogg_Pear::getStream()
Extract a specific logical stream.
- getVendor
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getVendor()
Gives the vendor string for the software used to encode this stream.
- getVersion
- in file PEAR.php, method File_Ogg_Vorbis_Pear::getVersion()
Version of the Vorbis specification referred to in the encoding of this stream.
top
top
top
o
- Ogg.php
- procedural page Ogg.php
- OGG_CAPTURE_PATTERN
- in file PEAR.php, constant OGG_CAPTURE_PATTERN
Capture pattern to determine if a file is an Ogg physical stream.
- OGG_ERROR_BAD_SERIAL
- in file PEAR.php, constant OGG_ERROR_BAD_SERIAL
Error thrown if the user attempts to extract an logical stream with no corresponding serial number.
- OGG_ERROR_INVALID_FILE
- in file PEAR.php, constant OGG_ERROR_INVALID_FILE
Error thrown if the file location passed is nonexistant or unreadable.
- OGG_ERROR_UNSUPPORTED
- in file PEAR.php, constant OGG_ERROR_UNSUPPORTED
Error thrown if the user attempts to extract an unsupported logical stream.
- OGG_MAXIMUM_PAGE_SIZE
- in file PEAR.php, constant OGG_MAXIMUM_PAGE_SIZE
Maximum size of an Ogg stream page plus four. This value is specified to allow efficient parsing of the physical stream. The extra four is a paranoid measure to make sure a capture pattern is not split into two parts accidentally.
- OGG_STREAM_CAPTURE_FLAC
- in file PEAR.php, constant OGG_STREAM_CAPTURE_FLAC
Capture pattern for an Ogg FLAC logical stream.
- OGG_STREAM_CAPTURE_SPEEX
- in file PEAR.php, constant OGG_STREAM_CAPTURE_SPEEX
Capture pattern for an Ogg Speex logical stream.
- OGG_STREAM_CAPTURE_THEORA
- in file PEAR.php, constant OGG_STREAM_CAPTURE_THEORA
Capture pattern for an Ogg Theora logical stream.
- OGG_STREAM_CAPTURE_VORBIS
- in file PEAR.php, constant OGG_STREAM_CAPTURE_VORBIS
Capture pattern for an Ogg Vorbis logical stream.
- OGG_VORBIS_COMMENTS_HEADER
- in file PEAR.php, constant OGG_VORBIS_COMMENTS_HEADER
Check number for the second header in a Vorbis stream.
- OGG_VORBIS_ERROR_INVALID_COMMENT
- in file PEAR.php, constant OGG_VORBIS_ERROR_INVALID_COMMENT
Error thrown if the user attempts to extract a comment using a comment key that does not exist.
- OGG_VORBIS_ERROR_UNDECODABLE
- in file PEAR.php, constant OGG_VORBIS_ERROR_UNDECODABLE
Error thrown if the stream appears to be corrupted.
- OGG_VORBIS_IDENTIFICATION_HEADER
- in file PEAR.php, constant OGG_VORBIS_IDENTIFICATION_HEADER
Check number for the first header in a Vorbis stream.
- OGG_VORBIS_SETUP_HEADER
- in file PEAR.php, constant OGG_VORBIS_SETUP_HEADER
Check number for the third header in a Vorbis stream.
- openFile
- in file Ogg.php, method File_Ogg::openFile()
Returns an interface to an Ogg physical stream.
top
top
Documentation generated on Mon, 11 Mar 2019 14:14:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|