Click or drag to resize
DecoderSpecificDataToStringRepresentation Method
Converts the decoder specific data to a string representation.

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

Parameters

outputType
Type: StreamCodersDecoderSpecificDataOutputType
Type of the output.

Return Value

Type: String
System.String.
See Also