Click or drag to resize
DecoderConfigurationFactory Class
Decoder configuration factory helps create audio & video configuration objects based on TrackInfo objects passed.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderDecoderConfigurationFactory

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class DecoderConfigurationFactory

The DecoderConfigurationFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAudioConfiguration
Creates audio configuration based on TrackInfo.
Public methodStatic memberCreateVideoConfiguration
Creates video configuration based on TrackInfo.
Top
See Also