ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
av_ac3_parse_header
ffmpeg
libavcodec
ac3_parser
Extract the bitstream ID and the frame size from AC-3 data.
extern (
C
) @
nogc
nothrow
int
av_ac3_parse_header
(
const
(
ubyte
)*
buf
,
size_t
size
,
ubyte
*
bitstream_id
,
ushort
*
frame_size
)
Meta
Source
See Implementation
ffmpeg
libavcodec
ac3_parser
functions
av_ac3_parse_header
Extract the bitstream ID and the frame size from AC-3 data.