av_vorbis_parse_frame_flags

Get the duration for a Vorbis packet.

If @p flags is @c NULL, special frames are considered invalid.

@param s Vorbis parser context @param buf buffer containing a Vorbis frame @param buf_size size of the buffer @param flags flags for special frames

extern (C) @nogc nothrow
int
av_vorbis_parse_frame_flags
(,
const(ubyte)* buf
,,
int* flags
)

Meta