Skip to main content

IAkCommonOutputSettings_ChannelConfiguration

Trait IAkCommonOutputSettings_ChannelConfiguration 

Source
pub trait IAkCommonOutputSettings_ChannelConfiguration: IObject {
    // Provided methods
    fn m_channel_config_type(
        self,
    ) -> AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType { ... }
    fn set_m_channel_config_type(
        self,
        value: AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType,
    ) { ... }
    fn m_channel_mask(
        self,
    ) -> AkCommonOutputSettings_ChannelConfiguration_ChannelMask { ... }
    fn set_m_channel_mask(
        self,
        value: AkCommonOutputSettings_ChannelConfiguration_ChannelMask,
    ) { ... }
    fn m_number_of_channels(self) -> u32 { ... }
    fn set_m_number_of_channels(self, value: u32) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§