Trait oboe::IsChannelCount

source ·
pub trait IsChannelCount {
    const CHANNEL_COUNT: ChannelCount;
}
Expand description

The trait for channel count marker types

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl IsChannelCount for Mono

source§

const CHANNEL_COUNT: ChannelCount = ChannelCount::Mono

source§

impl IsChannelCount for Stereo

source§

const CHANNEL_COUNT: ChannelCount = ChannelCount::Stereo

source§

impl IsChannelCount for Unspecified

source§

const CHANNEL_COUNT: ChannelCount = ChannelCount::Unspecified