Versions in this module Expand all Collapse all v1 v1.0.1 Dec 12, 2022 v1.0.0 Dec 11, 2022 Changes in this version + func ReadBits(buf []byte, pos *int, n int) (uint64, error) + func ReadFlag(buf []byte, pos *int) (bool, error) + func ReadGolombSigned(buf []byte, pos *int) (int32, error) + func ReadGolombUnsigned(buf []byte, pos *int) (uint32, error) + func ReadUint16(buf []byte, pos *int) (uint16, error) + func ReadUint32(buf []byte, pos *int) (uint32, error) + func ReadUint8(buf []byte, pos *int) (uint8, error) + func WriteBits(buf []byte, pos *int, bits uint64, n int) Other modules containing this package github.com/aler9/gortsplib/v2