Click or drag to resize
H264DecoderSpecificDataToStringRepresentation Method
Returns DecoderConfiguration in either Stream (SPS/PPS) or Storage (AVCDecoderConfigurationRecord)

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override string ToStringRepresentation(
	DecoderSpecificDataOutputType outputType
)

Parameters

outputType
Type: StreamCodersDecoderSpecificDataOutputType
Type to return

Return Value

Type: String
Returns requested decoder specific data.
See Also