Click or drag to resize
H265AccessUnitTool Constructor
Constructs an H265AccessUnitTool given the HEVCDecoderConfigurationRecord.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H265AccessUnitTool(
	HevcDecoderConfigurationRecord hvcc
)

Parameters

hvcc
Type: StreamCoders.DecoderHevcDecoderConfigurationRecord
The hvcc.
Remarks
If the HEVCDecoderConfigurationRecord parameter is null a default LengthSize of 4 will be used.
See Also