Type Definition oboe_sys::oboe_ChannelMask
source · pub type oboe_ChannelMask = u32;Expand description
The channel mask of the audio stream. The underlying type is uint32_t.
Use of this enum is convenient.
ChannelMask::Unspecified means this is not specified. The rest of the enums are channel position masks. Use the combinations of the channel position masks defined below instead of using those values directly.