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