Click or drag to resize
AudioDecoderConfigurationDecoderSpecificData Property
Gets or sets the decoder specific data used for initialization.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public DecoderSpecificData DecoderSpecificData { get; set; }

Property Value

Type: DecoderSpecificData
Information describing the decoder.
See Also