VideoEncoderConfigurationDecoderSpecificData Property |
Decoder specific data used to initialize decoders. If applicable the encoder will assign this value automatically.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic DecoderSpecificData DecoderSpecificData { get; set; }
Public Property DecoderSpecificData As DecoderSpecificData
Get
Set
public:
property DecoderSpecificData^ DecoderSpecificData {
DecoderSpecificData^ get ();
void set (DecoderSpecificData^ value);
}
member DecoderSpecificData : DecoderSpecificData with get, set
Property Value
Type:
DecoderSpecificData
Decoder specific data.
See Also