Click or drag to resize
VideoEncoderConfigurationDecoderSpecificData Property
Decoder specific data used to initialize decoders. If applicable the encoder will assign this value automatically.

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

Property Value

Type: DecoderSpecificData
Decoder specific data.
See Also