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

File: PEAR.php

Source Location: /File_Ogg-0.1.3/File/Ogg/PEAR.php

Classes:

File_Ogg_Pear
Native PHP interface to an Ogg stream.

Page Details:


OGG_CAPTURE_PATTERN [line 26]

OGG_CAPTURE_PATTERN = "OggS"
Capture pattern to determine if a file is an Ogg physical stream.

[ Top ]



OGG_ERROR_BAD_SERIAL [line 61]

OGG_ERROR_BAD_SERIAL = 3
Error thrown if the user attempts to extract an logical stream with no corresponding serial number.

[ Top ]



OGG_ERROR_INVALID_FILE [line 52]

OGG_ERROR_INVALID_FILE = 1
Error thrown if the file location passed is nonexistant or unreadable.

[ Top ]



OGG_ERROR_UNSUPPORTED [line 56]

OGG_ERROR_UNSUPPORTED = 2
Error thrown if the user attempts to extract an unsupported logical stream.

[ Top ]



OGG_MAXIMUM_PAGE_SIZE [line 32]

OGG_MAXIMUM_PAGE_SIZE = 65311
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.

[ Top ]



OGG_STREAM_CAPTURE_FLAC [line 44]

OGG_STREAM_CAPTURE_FLAC = "fLaC"
Capture pattern for an Ogg FLAC logical stream.

[ Top ]



OGG_STREAM_CAPTURE_SPEEX [line 40]

OGG_STREAM_CAPTURE_SPEEX = "Speex "
Capture pattern for an Ogg Speex logical stream.

[ Top ]



OGG_STREAM_CAPTURE_THEORA [line 48]

OGG_STREAM_CAPTURE_THEORA = "theora"
Capture pattern for an Ogg Theora logical stream.

[ Top ]



OGG_STREAM_CAPTURE_VORBIS [line 36]

OGG_STREAM_CAPTURE_VORBIS = "vorbis"
Capture pattern for an Ogg Vorbis logical stream.

[ Top ]



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