AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
primo | Top namespace for all libraries developed by Primo Software Corp |
avblocks | AVBlocks Application Programming Interface |
AVBlocksError | Defines API usage errors |
HardwareEncoder | Defines which hardware encoder should be used for hardware accelerated encoding |
Library | Initializes AVBlocks and manages license information |
Param | Defines parameters that can be passed to the transcoder and to the components that are used in the transcoding process |
Decoder | Parameters specific to decoders |
Demuxer | Parameters specific to demuxers |
Encoder | Parameters specific to encoders |
Muxer | Parameters specific to muxers |
Video | Parameters specific to video filters |
ParamType | The ParamType represents the type of the data stored in a Parameter |
PinConnection | These constants are used as special values of MediaPin.ID |
Preset | Defines output presets supported by AVBlocks |
Audio | Describes output audio presets structured by codec and device type |
Video | Describes output video presets structured by codec and device type |
TranscoderError | Defines Transcoder specific errors |
TranscoderStatus | Defines the status of a transcoder operation |
Use | Specifies whether particular feature should be used |
Block | A Block is a unit that can produce, consume or transform media samples from/to multiple inputs/outputs |
Config | Global configuration |
FloatParameter | The parameter represents a 64-bit floating point number (double precision) |
HwConfig | Global hardware configuration |
IntParameter | The parameter represents a 64-bit integer |
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 |
MediaSocket | An input or output point of the Transcoder |
MediaSocketList | MediaSocketList represents the inputs or outputs of a Transcoder |
Parameter | Parameter is the base class for named parameters passed to various classes in AVBlocks |
ParameterList | A collection of Parameter 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) |
VideoStreamInfoParameter | The parameter represents a VideoStreamInfo object |
codecs | Common audio/video types and interfaces |
AlphaCompositingMode | Defines the way a foreground image will be combined with background video |
AudioChannelFlags | Defines the speaker location of one or more audio channels |
BitrateMode | Defines the bitrate mode of the audio/video stream |
CodecError | Common errors for encoders, decoders, muxers, demuxers and other A/V components |
ColorFormat | Defines constants for various color formats |
DeinterlacingMethod | Defines video deinterlacing methods |
H264DeblockingFilter | Defines H.264/AVC deblocking filter mode |
H264DirectPredMode | Defines H.264/AVC direct predition mode |
H264EntropyCodingMode | Defines H.264/AVC entropy coding modes |
H264MeMethod | Defines the motion estimation methods used when encoding H.264/AVC |
H264MeSplitMode | Defines the block sizes for which motion estimation should be done |
H264PicCodingType | Defines the picture coding type when encoding H.264/AVC |
H264Profile | Defines H.264/AVC profiles |
H264RateControlMethod | Defines methods for bitrate contorl when encoding H.264/AVC |
H265Level | Defines H.265/HEVC levels |
H265Profile | Defines H.265/HEVC profiles |
H265Tier | Defines H.265/HEVC tiers |
HwApi | API for using hardware engines |
HwCodecType | Hardware encoder, decoder or filter for a specific stream type |
HwEngine | Hardware engine for encoding/decoding/processing |
HwVendor | Hardware Vendor |
InterpolationMethod | Defines methods for sample interpolation |
MediaSampleFlags | Defines various media sample features |
MediaType | Defines media types |
Meta | DataStreamInfo describes a generic data stream |
MetaPictureType | Represents the meta picture (image) type |
MimeType | Defines MIME types used by primo codecs components |
PcmFlags | Defines constants for various LPCM properties |
PictureType | Defines video picture types (I/P/B) |
ScanType | Defines video interlace/scan types |
StreamSubType | Defines audio and video stream subtypes |
StreamType | Defines major audio and video stream types, and file formats (a.k.a |
AudioStreamInfo | AudioStreamInfo describes an elementary audio stream |
Hardware | Enumerates available hardware codecs |
HwCodec | Describes a hardware encoder, decoder or filter |
HwCodecList | An immutable list of hardware codecs |
HwDevice | Describes a device that can be used for hardware accelerated encoding, decoding or processing |
HwDeviceList | An immutable list of devices |
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 |
StreamInfoEnum | StreamInfoEnum is a read-only collection of StreamInfo objects |
VideoStreamInfo | VideoStreamInfo describes an elementary video stream |
error | Shared namespace for error definitions |
ErrorFacility | Each facility represents the component that reports the error |
ErrorInfo | Describes an error interface used for uniform error handling across all Primo Software libraries |
license | Defines common license constants and interfaces used in Primo Software libraries |
LicenseStatusFlags | Defines the library license status |
LicenseInfo | Provides information about the current license state of the library |
Reference | Base class for all objects that require reference management |
Stream | The Stream interface can be used to implement a data source or sink |