H264AccessUnitTool Constructor |
Initializes access unit tool using decoder specific data.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H264AccessUnitTool(
byte[] avcConfiguration
)
Public Sub New (
avcConfiguration As Byte()
)
public:
H264AccessUnitTool(
array<unsigned char>^ avcConfiguration
)
new :
avcConfiguration : byte[] -> H264AccessUnitTool
Parameters
- avcConfiguration
- Type: SystemByte
Decoder specific data coming from a container. This must contain the AVC Configuration structure.
If null is passed default values for LengthSizeMinus (3) will be used, which may lead to unexpected behavior.
See Also