C | |
check [Theora.Decoder] |
Check wether an ogg logical stream contains theora data
|
create [Theora.Decoder] |
Initialize the decoding structure.
|
create [Theora.Encoder] |
Initialize a
state handle for decoding.
|
E | |
encode_buffer [Theora.Encoder] |
Encode a buffer.
|
encode_comments [Theora.Encoder] |
Encode a comment header packet from provided vendor name and metadata (i.e.
|
encode_header [Theora.Encoder] |
Request a packet containing the initial header.
|
encode_page [Theora.Encoder] |
Encode data until a page is filled.
|
encode_tables [Theora.Encoder] |
Request a packet containing the codebook tables for the stream.
|
eos [Theora.Encoder] |
Set end of stream
|
F | |
fisbone [Theora.Skeleton] |
Generate a theora fisbone packet with
these parameters, to use in an ogg skeleton.
|
frames_of_granulepos [Theora.Encoder] |
Convert a granulepos to an absolute frame index, starting at 0.
|
G | |
get_yuv [Theora.Decoder] |
Output the next available frame of decoded YUV data.
|
T | |
time_of_granulepos [Theora.Encoder] |
Convert a granulepos to absolute time in seconds.
|
V | |
version_number [Theora] |
Retrive the major, minor and sub version numbers of the encoder.
|
version_string [Theora] |
Retrieve a human-readable string to identify the encoder vendor and version.
|