MCPcopy Index your code
hub / github.com/Monibuca/engine / ToADTS

Method ToADTS

codec/codec.go:68–70  ·  view source on GitHub ↗
(rawDataLength int, adtsByte []byte)

Source from the content-addressed store, hash-verified

66}
67
68func (asc *AudioSpecificConfig) ToADTS(rawDataLength int, adtsByte []byte) (adts ADTS, err error) {
69 return AudioSpecificConfigToADTS(asc, rawDataLength, adtsByte)
70}
71
72type GASpecificConfig struct {
73 FrameLengthFlag byte // 1 bit

Callers 1

FlushMethod · 0.80

Calls 1

Tested by

no test coverage detected