mpg123_frameinfo.flags

< MPEG Audio flag bits. Just now I realize that it should be declared as int, not enum. It's a bitwise combination of the enum values.

struct mpg123_frameinfo
mpg123_flags flags;

Meta