Click or drag to resize
DecoderSpecificDataToBinaryRepresentation Method
Converts the decoder specific data to a binary representation.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual OffsetBuffer<byte> ToBinaryRepresentation(
	DecoderSpecificDataOutputType outputType
)

Parameters

outputType
Type: StreamCodersDecoderSpecificDataOutputType
Type of the output.

Return Value

Type: OffsetBufferByte
OffsetBuffer<System.Byte>.
See Also