Interface | Description |
---|---|
TheoraPacket |
Parent of all Theora (video) packets
|
Class | Description |
---|---|
TheoraComments |
This is a
VorbisComments with an Theora metadata
block header, rather than the usual Vorbis one. |
TheoraFile |
This is a wrapper around an OggFile that lets you
get at all the interesting bits of a Theora file.
|
TheoraFile.AudioVisualDataAndSid | |
TheoraInfo |
The identification header identifies the bitstream as Theora,
and includes the Theora version, the frame details, the picture
region details and similar.
|
TheoraPacketFactory |
Identifies the right kind of
TheoraPacket for a given
incoming OggPacket , and creates it |
TheoraSetup |
The setup includes the limit values for the loop filter, the setup
details for the dequantization tables, and the DCT unpacking
Huffman tables
|
TheoraVideoData |
Raw, compressed video data
|
Copyright © 2015. All rights reserved.