mpg123_frameinfo.emphasis

< 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
int emphasis;

Meta