Versions in this module Expand all Collapse all v3 v3.2.15 Aug 3, 2023 Changes in this version + type H264Reader struct + func NewReader(in io.Reader) (*H264Reader, error) + func (reader *H264Reader) NextNAL() (*NAL, error) + type NAL struct + Data []byte + ForbiddenZeroBit bool + PictureOrderCount uint32 + RefIdc uint8 + UnitType NalUnitType + type NalUnitType uint8 + const NalUnitTypeAUD + const NalUnitTypeCodedSliceAux + const NalUnitTypeCodedSliceDataPartitionA + const NalUnitTypeCodedSliceDataPartitionB + const NalUnitTypeCodedSliceDataPartitionC + const NalUnitTypeCodedSliceIdr + const NalUnitTypeCodedSliceNonIdr + const NalUnitTypeEndOfSequence + const NalUnitTypeEndOfStream + const NalUnitTypeFiller + const NalUnitTypePPS + const NalUnitTypeSEI + const NalUnitTypeSPS + const NalUnitTypeSpsExt + const NalUnitTypeUnspecified + func (n *NalUnitType) String() string