AVBlocks for C++
1.9
Audio and Video Software Development Kit
|
AudioStreamInfo | AudioStreamInfo describes an elementary audio stream |
Buffer | Provides FIFO semantics and helper functions for MediaBuffer |
ByteArrayParameter | The parameter represents a byte array (buffer) |
ErrorInfo | Describes an AVBlocks error |
FloatParameter | The parameter represents a 64-bit floating point number (double precision) |
IntParameter | The parameter represents a 64-bit integer |
LicenseInfo | Provides information about the current license state of the library |
MediaBuffer | A buffer for media data |
MediaBufferParameter | The parameter represents a MediaBuffer object |
MediaInfo | Analyzes a file or a stream and provides information about its type and properties |
MediaPin | MediaPin represents an elementary media stream |
MediaPinList | MediaPinList represents the elementary pins within a MediaSocket object |
MediaSample | MediaSample represents one or more samples of audio or video data |
MediaSocket | An input or output point of the Transcoder |
MediaSocketList | MediaSocketList represents the inputs or outputs of a Transcoder |
MetaAttribute | MetaAttribute describes a textual meta information that is part of an audio or video file |
MetaAttributeList | MetaAttributeList represents the meta attributes inside a Metadata object |
Metadata | Metadata describes meta information that is part of an audio or video file |
MetaPicture | MetaPicture describes a meta image that is part of an audio or video file |
MetaPictureList | MetaPictureList represents the meta pictures inside a Metadata object |
Parameter | Parameter is the base class for named parameters passed to various classes in AVBlocks |
ParameterList | A collection of Parameter objects |
Reference | Base class for all objects that require reference management |
Stream | The Stream interface can be used to implement a data source or sink |
StreamInfo | Provides properties and operations that are common for all elementary streams |
StreamInfoEnum | StreamInfoEnum is a read-only collection of StreamInfo objects |
StringParameter | The parameter represents an untyped value which is stored in a char_t string |
Transcoder | Provides functionality for audio and video encoding, decoding and transforming |
TranscoderCallback | The TranscoderCallback provides a way to receive notifications from the Transcoder and also to control its operation while it is running (Transcoder::run) |
VideoStreamInfo | VideoStreamInfo describes an elementary video stream |