Home | Info | Community | Development | myReactOS | Contact Us
Enumeration of the MPEG Audio flag bits
The bitstream is error protected using 16-bit CRC.
The bitstream is copyrighted.
The private bit has been set.
The bitstream is an original, not a copy.
Definition at line 661 of file mpg123.h.
{ MPG123_CRC=0x1, MPG123_COPYRIGHT=0x2, MPG123_PRIVATE=0x4, MPG123_ORIGINAL=0x8 };