enum classafMicromod::Channels
sys::Obj sys::Enum afMicromod::Channels
@
Serializable { simple=true }
Defines whether playback is Stereo
or Mono
.
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the Channels instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- mono
const static Channels mono := ...
- stereo
const static Channels stereo := ...
- vals
const static Channels[] vals := Channels[Channels.mono,Channels.stereo]
List of Channels values indexed by ordinal