DecoderSpecificData Constructor (Byte) |
Constructor using binary representation
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public DecoderSpecificData(
byte[] binaryRepresentation
)
Public Sub New (
binaryRepresentation As Byte()
)
public:
DecoderSpecificData(
array<unsigned char>^ binaryRepresentation
)
new :
binaryRepresentation : byte[] -> DecoderSpecificData
Parameters
- binaryRepresentation
- Type: SystemByte
See Also