Click or drag to resize
VideoDecoderConfigurationDecoderSpecificData Property
Gets or sets decoder specific initialization data.

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 necessary to initialize a decoder.
See Also