#[repr(C)]
pub struct AMBISONICS_PARAMS { pub u32Size: u32, pub u32Version: u32, pub u32Type: AMBISONICS_TYPE, pub u32ChannelOrdering: AMBISONICS_CHANNEL_ORDERING, pub u32Normalization: AMBISONICS_NORMALIZATION, pub u32Order: u32, pub u32NumChannels: u32, pub pu32ChannelMap: *mut u32, }
Expand description

Required features: "Win32_Media_Audio"

Fields

u32Size: u32u32Version: u32u32Type: AMBISONICS_TYPEu32ChannelOrdering: AMBISONICS_CHANNEL_ORDERINGu32Normalization: AMBISONICS_NORMALIZATIONu32Order: u32u32NumChannels: u32pu32ChannelMap: *mut u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.