[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ b ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ ] [ s ] [ t ] [ v ]

b

Bitstream.php
procedural page Bitstream.php
top

f

File_Ogg
in file Ogg.php, class File_Ogg
    Class for parsing a ogg bitstream.
Flac.php
procedural page Flac.php
File_Ogg_Bitstream
in file Bitstream.php, class File_Ogg_Bitstream
File_Ogg_Flac
in file Flac.php, class File_Ogg_Flac
File_Ogg_Media
in file Media.php, class File_Ogg_Media
    Parent class for media bitstreams
File_Ogg_Speex
in file Speex.php, class File_Ogg_Speex
File_Ogg_Theora
in file Theora.php, class File_Ogg_Theora
File_Ogg_Vorbis
in file Vorbis.php, class File_Ogg_Vorbis
    Extract the contents of a Vorbis logical stream.
top

g

getAlbum
in file Vorbis.php, method File_Ogg_Vorbis::getAlbum()
    The album or collection from which this track comes.
getArtist
in file Vorbis.php, method File_Ogg_Vorbis::getArtist()
    The artist responsible for this track.
getBitrate
in file Vorbis.php, method File_Ogg_Vorbis::getBitrate()
    Gives the most accurate bitrate measurement from this stream.
getBitrates
in file Vorbis.php, method File_Ogg_Vorbis::getBitrates()
    Various bitrate measurements
getChannels
in file Vorbis.php, method File_Ogg_Vorbis::getChannels()
    Number of channels used in this stream
getCommentList
in file Media.php, method File_Ogg_Media::getCommentList()
    Provides a list of the comments extracted from the Vorbis stream.
getComments
in file Media.php, method File_Ogg_Media::getComments()
    Get the entire comments array.
getContact
in file Vorbis.php, method File_Ogg_Vorbis::getContact()
getCopyright
in file Vorbis.php, method File_Ogg_Vorbis::getCopyright()
    The copyright attribution for this track.
getDate
in file Vorbis.php, method File_Ogg_Vorbis::getDate()
    The date of the recording of this track.
getDescription
in file Vorbis.php, method File_Ogg_Vorbis::getDescription()
    A short description of the contents of this track.
getEncoderVersion
in file Vorbis.php, method File_Ogg_Vorbis::getEncoderVersion()
    Version of the Vorbis specification referred to in the encoding of this stream.
getField
in file Media.php, method File_Ogg_Media::getField()
    Provides an interface to the numerous comments located with a Vorbis stream.
getGenre
in file Vorbis.php, method File_Ogg_Vorbis::getGenre()
    The genre of this recording (e.g. Rock)
getGroup
in file Bitstream.php, method File_Ogg_Bitstream::getGroup()
    Get the multiplexed group ID
getHeader
in file Theora.php, method File_Ogg_Theora::getHeader()
    Get an associative array containing header information about the stream
getHeader
in file Vorbis.php, method File_Ogg_Vorbis::getHeader()
    Get an associative array containing header information about the stream
getHeader
in file Speex.php, method File_Ogg_Speex::getHeader()
    Get an associative array containing header information about the stream
getHeader
in file Media.php, method File_Ogg_Media::getHeader()
    Get an associative array containing header information about the stream
getHeader
in file Flac.php, method File_Ogg_Flac::getHeader()
    Get an associative array containing header information about the stream
getIdentificationString
in file Media.php, method File_Ogg_Media::getIdentificationString()
    Get the 6-byte identification string expected in the common header
getIdentificationString
in file Theora.php, method File_Ogg_Theora::getIdentificationString()
    Get the 6-byte identification string expected in the common header
getIdentificationString
in file Vorbis.php, method File_Ogg_Vorbis::getIdentificationString()
    Get the 6-byte identification string expected in the common header
getIsrc
in file Vorbis.php, method File_Ogg_Vorbis::getIsrc()
    International Standard Recording Code.
getLength
in file Media.php, method File_Ogg_Media::getLength()
    Get the length of the stream in seconds
getLength
in file Ogg.php, method File_Ogg::getLength()
    Get the total length of the group of streams
getLength
in file Vorbis.php, method File_Ogg_Vorbis::getLength()
    Gives the length (in seconds) of this stream.
getLicense
in file Vorbis.php, method File_Ogg_Vorbis::getLicense()
    The rights of distribution for this track.
getLocation
in file Vorbis.php, method File_Ogg_Vorbis::getLocation()
    Where this recording was made.
getOrganization
in file Vorbis.php, method File_Ogg_Vorbis::getOrganization()
    The organisation responsible for this track.
getOverhead
in file Ogg.php, method File_Ogg::getOverhead()
    Returns the overead percentage used by the Ogg headers.
getPerformer
in file Vorbis.php, method File_Ogg_Vorbis::getPerformer()
    The performer of this track, such as an orchestra
getSampleRate
in file Vorbis.php, method File_Ogg_Vorbis::getSampleRate()
    Samples per second.
getSecondsFromGranulePos
in file Theora.php, method File_Ogg_Theora::getSecondsFromGranulePos()
getSecondsFromGranulePos
in file Vorbis.php, method File_Ogg_Vorbis::getSecondsFromGranulePos()
getSerial
in file Bitstream.php, method File_Ogg_Bitstream::getSerial()
    Gives the serial number of this stream.
getSize
in file Bitstream.php, method File_Ogg_Bitstream::getSize()
    Gives the size (in bits) of this stream.
getStartOffset
in file Vorbis.php, method File_Ogg_Vorbis::getStartOffset()
    Get the start offset of the stream in seconds
getStartOffset
in file Media.php, method File_Ogg_Media::getStartOffset()
    Get the start offset of the stream in seconds
getStartOffset
in file Ogg.php, method File_Ogg::getStartOffset()
    getStartOffset
getStream
in file Ogg.php, method File_Ogg::getStream()
    Returns the appropriate logical bitstream that corresponds to the provided serial.
getTitle
in file Vorbis.php, method File_Ogg_Vorbis::getTitle()
    The title of this track, e.g. "What's Up Pussycat?".
getTrackNumber
in file Vorbis.php, method File_Ogg_Vorbis::getTrackNumber()
    The number of this track if it is part of a larger collection.
getType
in file Vorbis.php, method File_Ogg_Vorbis::getType()
    Get a short string describing the type of the stream
getType
in file Media.php, method File_Ogg_Media::getType()
    Get a short string describing the type of the stream
getType
in file Theora.php, method File_Ogg_Theora::getType()
    Get a short string describing the type of the stream
getType
in file Flac.php, method File_Ogg_Flac::getType()
    Get a short string describing the type of the stream
getType
in file Speex.php, method File_Ogg_Speex::getType()
    Get a short string describing the type of the stream
getVendor
in file Media.php, method File_Ogg_Media::getVendor()
    Vendor of software used to encode this stream.
getVersion
in file Vorbis.php, method File_Ogg_Vorbis::getVersion()
    The version of the track, such as a remix.
top

h

hasStream
in file Ogg.php, method File_Ogg::hasStream()
    This function returns true if a logical bitstream of the requested type can be found.
top

i

isMono
in file Vorbis.php, method File_Ogg_Vorbis::isMono()
    States whether this logical stream was encoded in mono.
isQuadrophonic
in file Vorbis.php, method File_Ogg_Vorbis::isQuadrophonic()
    States whether this logical stream was encoded in quadrophonic sound.
isStereo
in file Vorbis.php, method File_Ogg_Vorbis::isStereo()
    States whether this logical stream was encoded in stereo.
top

l

listStreams
in file Ogg.php, method File_Ogg::listStreams()
    Returns an array of logical streams inside this physical bitstream.
top

m

Media.php
procedural page Media.php
top

o

Ogg.php
procedural page Ogg.php
OGG_STREAM_FLAC
in file Ogg.php, constant OGG_STREAM_FLAC
OGG_STREAM_SPEEX
in file Ogg.php, constant OGG_STREAM_SPEEX
OGG_STREAM_THEORA
in file Ogg.php, constant OGG_STREAM_THEORA
OGG_STREAM_VORBIS
in file Ogg.php, constant OGG_STREAM_VORBIS
OGG_THEORA_COMMENTS_HEADER
in file Theora.php, constant OGG_THEORA_COMMENTS_HEADER
OGG_THEORA_COMMENTS_PAGE_OFFSET
in file Theora.php, constant OGG_THEORA_COMMENTS_PAGE_OFFSET
OGG_THEORA_IDENTIFICATION_HEADER
in file Theora.php, constant OGG_THEORA_IDENTIFICATION_HEADER
OGG_THEORA_IDENTIFICATION_PAGE_OFFSET
in file Theora.php, constant OGG_THEORA_IDENTIFICATION_PAGE_OFFSET
OGG_VORBIS_COMMENTS_PAGE_OFFSET
in file Vorbis.php, constant OGG_VORBIS_COMMENTS_PAGE_OFFSET
OGG_VORBIS_IDENTIFICATION_PAGE_OFFSET
in file Vorbis.php, constant OGG_VORBIS_IDENTIFICATION_PAGE_OFFSET
top

s

Speex.php
procedural page Speex.php
setAlbum
in file Vorbis.php, method File_Ogg_Vorbis::setAlbum()
    Set the album or collection for this track.
setArtist
in file Vorbis.php, method File_Ogg_Vorbis::setArtist()
    Set the artist of this track.
setContact
in file Vorbis.php, method File_Ogg_Vorbis::setContact()
    Set the contact information for this track.
setCopyright
in file Vorbis.php, method File_Ogg_Vorbis::setCopyright()
    Set the copyright attribution for this track.
setDate
in file Vorbis.php, method File_Ogg_Vorbis::setDate()
    Set the date of recording for this track.
setDescription
in file Vorbis.php, method File_Ogg_Vorbis::setDescription()
    Set the description of this track.
setGenre
in file Vorbis.php, method File_Ogg_Vorbis::setGenre()
    Set the genre of this track.
setIsrc
in file Vorbis.php, method File_Ogg_Vorbis::setIsrc()
    Set the ISRC for this track.
setLicense
in file Vorbis.php, method File_Ogg_Vorbis::setLicense()
    Set the distribution rights for this track.
setLocation
in file Vorbis.php, method File_Ogg_Vorbis::setLocation()
    Set the location of the recording of this track.
setOrganziation
in file Vorbis.php, method File_Ogg_Vorbis::setOrganziation()
    Set the organisation responsible for this track.
setPerformer
in file Vorbis.php, method File_Ogg_Vorbis::setPerformer()
    Set the performer of this track.
setTitle
in file Vorbis.php, method File_Ogg_Vorbis::setTitle()
    Set the title of this track.
setTrackNumber
in file Vorbis.php, method File_Ogg_Vorbis::setTrackNumber()
    Set the number of this relative to the collection.
setVersion
in file Vorbis.php, method File_Ogg_Vorbis::setVersion()
    Set the version of this track.
top

t

Theora.php
procedural page Theora.php
top

v

Vorbis.php
procedural page Vorbis.php
top

_

__construct
in file Ogg.php, method File_Ogg::__construct()
    Returns an interface to an Ogg physical stream.
top

Documentation generated on Mon, 11 Mar 2019 15:38:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.