lib.haxe.org

format 1.20 Documentation

Back | Index
class format.mp3.CChannelMode
import format.mp3.Constants

Sound channel mode

stored on 2 bits in the file, values represent bit values

static var CDualChannel : Int
static inline var CJointStereo : Int
static var CMono : Int
static inline var CStereo : Int
static function enum2Num(c : ChannelMode) : Int
static function num2Enum(c : Int) : ChannelMode
Back | Index