StreamCoders.Decoder Namespace |
Class | Description | |
---|---|---|
AacAudioDecoderConfiguration |
AAC audio decoder configuration.
| |
AACDecoder |
AAC - MPEG-4.3 Audio Decoder. Supported Profiles: LC, MAIN, LTP, ALS Extensions: SBR (HE-AAC v1), PS (HE-AAC v2) Frequencies: 8k-96k The decoder will auto-detect ADIF and ADTS streams. (For ADIF it is important that the first frame produced by the encoder is also passed to the decoder). | |
AacPsTool |
Parametric Sound Configuration.
| |
AacSbrTool |
SBR Configuration.
| |
AacTools |
AAC Tools Configuration.
| |
AAudioDecoderBase |
Abstract base class for all audio decoders.
| |
Ac3AudioDecoderConfiguration |
AC-3 audio decoder configuration.
| |
AC3Decoder |
AC-3 Dolby Digital Decoder.
| |
AudioDecoderConfiguration |
Is used to initialize audio decoders.
| |
AudioDecoderFactory |
Creates audio decoder objects based on given critera.
| |
AVideoDecoderBase |
Abstract base class for all video decoders.
| |
BitStreamReader |
Big Endian bit-stream reader.
| |
BitStreamWriter |
Big Endian bit-stream streamWriter.
| |
ChannelVideoDecoderConfiguration |
Video Configuration for channel based color space. (RGB16, RGB24, RGB32)
| |
CommonAudioDecoderConfiguration |
Is used with audio decoders that don't require any special fields to be initialized.
| |
DecoderConfigurationFactory |
Decoder configuration factory helps create audio & video configuration objects based
on TrackInfo objects passed.
| |
DtsAudioDecoderConfiguration |
DTS audio decoder configuration.
| |
DTSDecoder |
DTS Digital Surround Decoder
| |
H263Decoder |
H.263 video decoder The H.263 decoder supports baseline profile plus Annexes D, F, G, I, J, M, O, P, S, T of the ITU-T Recommendation H.263. | |
H263VideoDecoderConfiguration |
H.263 video decoder configuration.
| |
H264Decoder | H.264 Decoder (ISO 14496-10). | |
H264Metrics |
Contains the metrics of an H.264 Parameter set.
| |
H264MetricsH264TimingInformation | ||
H264ParameterSet |
H.264 Parameter-set parser to retrieve information about a stream.
| |
H264VideoDecoderConfiguration |
H.264 video decoder configuration.
| |
H265Decoder |
H.265 / HEVC decoder.
| |
H265Metrics | ||
H265ParameterSet |
H.265 Parameter-set parser to retrieve information about a stream.
| |
H265ProfileGeneral | ||
H265ProfileTierBase | ||
H265SequenceParameterSet | ||
H265VideoDecoderConfiguration |
H.265 video decoder configuration.
| |
H265VideoParameterSet | ||
HevcDecoderConfigurationRecord |
HEVCDecoderConfiguration record is used to transmit decoder configuration. It contains
VPS/SPS/PPS.
| |
HevcNalGroup | ||
JPegDecoder | ||
JPegDecoderConfiguration | ||
Mp3AudioDecoderConfiguration | MP3 audio decoder configuration. | |
MP3Decoder |
MP3 Decoder. Produces PCM audio samples from encoded MP3 stream.
| |
Mpeg42VideoDecoderConfiguration |
MPEG-4.2 video decoder configuration.
| |
MPEG4Decoder |
MPEG-4.2 Decoder. Streamcoders MPEG-4 Decoder is an ISO/IEC 14496-2 conforming decoder.
| |
NullVideoDecoder |
This class implements the NULL pattern for a video decoder.
| |
OpusAudioDecoderConfiguration |
Opus audio decoder configuration.
| |
OpusDecoder |
Fixed point Opus audio decoder.
| |
SpeechDecoder |
SpeechDecoder handles the decoding of speech audio frames.
| |
VC1Decoder |
VC-1 video decoder.
| |
Vc1VideoDecoderConfiguration |
VC-1 video decoder configuration.
| |
VideoDecoderConfiguration |
Is used to initialize video decoders.
| |
VideoDecoderFactory |
Creates video decoder objects based on given critera.
| |
VorbisAudioDecoderConfiguration |
Vorbis audio decoder configuration.
| |
VorbisDecoder |
Vorbis Audio decoder.
| |
VP8Decoder |
Google VP8 Decoder
| |
Vp8VideoDecoderConfiguration |
Vp8 video decoder configuration.
| |
VP9Decoder |
Google VP9 Decoder. The decoder is still beta and should not be used in production.
| |
Vp9VideoDecoderConfiguration |
VP9 video decoder configuration.
| |
VpxVideoDecoderConfiguration |
VPX Video decoder configuration. Base class for VP8 and VP9 decoder configuration.
| |
WmaAudioDecoderConfiguration |
WMA and WMA-PRO audio decoder configuration.
| |
WMADecoder |
WMA audio decoder.
| |
WMAProDecoder |
WMA Pro audio decoder.
|
Interface | Description | |
---|---|---|
IAudioDecoderBase | Interface for all audio decoders. | |
IDecoder |
Base class for VideoDecoderBase and AudioDecoderBase
| |
IVideoDecoderBase |
Base Interface for all video decoders.
|
Enumeration | Description | |
---|---|---|
AacSbrPriority |
Values that represent the quality of SBR decoding.
| |
Encapsulation |
Values that represent the type of encapsulation that audio or video frames have. It is
important to initialize decoders with the correct type of encapsulation.
| |
HevcNalType |
HEVC / H.265 NAL unit types.
| |
StreamSources |
Defines the origin of audio or video frames.
|