Struct windows_sys::Win32::Media::Audio::Apo::APOInitSystemEffects2
[−]#[repr(C)]pub struct APOInitSystemEffects2 {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: IPropertyStore,
pub pAPOSystemEffectsProperties: IPropertyStore,
pub pReserved: *mut c_void,
pub pDeviceCollection: IMMDeviceCollection,
pub nSoftwareIoDeviceInCollection: u32,
pub nSoftwareIoConnectorIndex: u32,
pub AudioProcessingMode: GUID,
pub InitializeForDiscoveryOnly: BOOL,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_Foundation"
, "Win32_UI_Shell_PropertiesSystem"
Fields
APOInit: APOInitBaseStruct
pAPOEndpointProperties: IPropertyStore
pAPOSystemEffectsProperties: IPropertyStore
pReserved: *mut c_void
pDeviceCollection: IMMDeviceCollection
nSoftwareIoDeviceInCollection: u32
nSoftwareIoConnectorIndex: u32
AudioProcessingMode: GUID
InitializeForDiscoveryOnly: BOOL
Trait Implementations
impl Clone for APOInitSystemEffects2
impl Clone for APOInitSystemEffects2
impl Copy for APOInitSystemEffects2
Auto Trait Implementations
impl RefUnwindSafe for APOInitSystemEffects2
impl !Send for APOInitSystemEffects2
impl !Sync for APOInitSystemEffects2
impl Unpin for APOInitSystemEffects2
impl UnwindSafe for APOInitSystemEffects2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more