H265AccessUnitTool Constructor |
Constructs an H265AccessUnitTool given the HEVCDecoderConfigurationRecord.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H265AccessUnitTool(
HevcDecoderConfigurationRecord hvcc
)
Public Sub New (
hvcc As HevcDecoderConfigurationRecord
)
public:
H265AccessUnitTool(
HevcDecoderConfigurationRecord^ hvcc
)
new :
hvcc : HevcDecoderConfigurationRecord -> H265AccessUnitTool
Parameters
- hvcc
- Type: StreamCoders.DecoderHevcDecoderConfigurationRecord
The hvcc.
Remarks
If the HEVCDecoderConfigurationRecord parameter is null a default LengthSize of 4 will
be used.
See Also