AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Config | Global configuration |
HwCodec | Describes a hardware encoder, decoder or filter |
HwCodecList | An immutable list of hardware codecs |
HwConfig | Global hardware configuration |
HwDevice | Describes a device that can be used for hardware accelerated encoding, decoding or processing |
HwDeviceList | An immutable list of devices |
MediaPinList | MediaPinList represents the elementary pins within a MediaSocket object |
MediaSocketList | MediaSocketList represents the inputs or outputs of a Transcoder |
Reference | Base class for all objects that require reference management |
Block | A Block is a unit that can produce, consume or transform media samples from/to multiple inputs/outputs |
MediaInfo | Analyzes a file or a stream and provides information about its type and properties |
Transcoder | Provides functionality for audio and video encoding, decoding and transforming |
MediaPin | MediaPin represents an elementary media stream |
MediaSocket | An input or output point of the Transcoder |
Parameter | Parameter is the base class for named parameters passed to various classes in AVBlocks |
FloatParameter | The parameter represents a 64-bit floating point number (double precision) |
IntParameter | The parameter represents a 64-bit integer |
MediaBufferParameter | The parameter represents a MediaBuffer object |
StringParameter | The parameter represents an untyped value which is stored in a char_t string |
VideoStreamInfoParameter | The parameter represents a VideoStreamInfo object |
ParameterList | A collection of Parameter objects |
TranscoderCallback | The TranscoderCallback provides a way to receive notifications from the Transcoder and also to control its operation while it is running (Transcoder::run) |
Hardware | Enumerates available hardware codecs |
MediaBuffer | A buffer for media data |
MediaSample | MediaSample represents one or more samples of audio or video data |
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 |
StreamInfo | Provides properties and operations that are common for all elementary streams |
AudioStreamInfo | AudioStreamInfo describes an elementary audio stream |
VideoStreamInfo | VideoStreamInfo describes an elementary video stream |
StreamInfoEnum | StreamInfoEnum is a read-only collection of StreamInfo objects |
ErrorInfo | Describes an error interface used for uniform error handling across all Primo Software libraries |
LicenseInfo | Provides information about the current license state of the library |
Stream | The Stream interface can be used to implement a data source or sink |