#[repr(C, packed(1))]
pub struct SpatialAudioHrtfActivationParams2 { pub ObjectFormat: *const WAVEFORMATEX, pub StaticObjectTypeMask: AudioObjectType, pub MinDynamicObjectCount: u32, pub MaxDynamicObjectCount: u32, pub Category: AUDIO_STREAM_CATEGORY, pub EventHandle: HANDLE, pub NotifyObject: ISpatialAudioObjectRenderStreamNotify, pub DistanceDecay: *mut SpatialAudioHrtfDistanceDecay, pub Directivity: *mut SpatialAudioHrtfDirectivityUnion, pub Environment: *mut SpatialAudioHrtfEnvironmentType, pub Orientation: *mut f32, pub Options: SPATIAL_AUDIO_STREAM_OPTIONS, }
Expand description

Required features: "Win32_Media_Audio", "Win32_Foundation"

Fields

ObjectFormat: *const WAVEFORMATEXStaticObjectTypeMask: AudioObjectTypeMinDynamicObjectCount: u32MaxDynamicObjectCount: u32Category: AUDIO_STREAM_CATEGORYEventHandle: HANDLENotifyObject: ISpatialAudioObjectRenderStreamNotifyDistanceDecay: *mut SpatialAudioHrtfDistanceDecayDirectivity: *mut SpatialAudioHrtfDirectivityUnionEnvironment: *mut SpatialAudioHrtfEnvironmentTypeOrientation: *mut f32Options: SPATIAL_AUDIO_STREAM_OPTIONS

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.