Click or drag to resize
DecoderSpecificData Constructor (OffsetBufferByte)
Constructor using binary representation

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public DecoderSpecificData(
	OffsetBuffer<byte> binaryPresentation
)

Parameters

binaryPresentation
Type: StreamCodersOffsetBufferByte
Buffer containing form of decoder specific data
See Also