DecoderSpecificDataToBinaryRepresentation Method |
Converts the decoder specific data to a binary representation.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual OffsetBuffer<byte> ToBinaryRepresentation(
DecoderSpecificDataOutputType outputType
)
Public Overridable Function ToBinaryRepresentation (
outputType As DecoderSpecificDataOutputType
) As OffsetBuffer(Of Byte)
public:
virtual OffsetBuffer<unsigned char>^ ToBinaryRepresentation(
DecoderSpecificDataOutputType outputType
)
abstract ToBinaryRepresentation :
outputType : DecoderSpecificDataOutputType -> OffsetBuffer<byte>
override ToBinaryRepresentation :
outputType : DecoderSpecificDataOutputType -> OffsetBuffer<byte>
Parameters
- outputType
- Type: StreamCodersDecoderSpecificDataOutputType
Type of the output.
Return Value
Type:
OffsetBufferByteOffsetBuffer<System.Byte>.
See Also