ffmpeg.libavcodec.adts_parser

Undocumented in source.

Members

Functions

av_adts_header_parse
int av_adts_header_parse(const(ubyte)* buf, uint* samples, ubyte* frames)

Extract the number of samples and frames from AAC data. @paramin buf pointer to AAC data buffer @paramout samples Pointer to where number of samples is written @paramout frames Pointer to where number of frames is written @return Returns 0 on success, error code on failure.

Manifest constants

AV_AAC_ADTS_HEADER_SIZE
enum AV_AAC_ADTS_HEADER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta