Struct windows_sys::Win32::Media::Audio::Apo::APOInitSystemEffects3
[−]#[repr(C)]pub struct APOInitSystemEffects3 {
pub APOInit: APOInitBaseStruct,
pub pAPOEndpointProperties: IPropertyStore,
pub pServiceProvider: IServiceProvider,
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_System_Com"
, "Win32_UI_Shell_PropertiesSystem"
Fields
APOInit: APOInitBaseStruct
pAPOEndpointProperties: IPropertyStore
pServiceProvider: IServiceProvider
pDeviceCollection: IMMDeviceCollection
nSoftwareIoDeviceInCollection: u32
nSoftwareIoConnectorIndex: u32
AudioProcessingMode: GUID
InitializeForDiscoveryOnly: BOOL
Trait Implementations
impl Clone for APOInitSystemEffects3
impl Clone for APOInitSystemEffects3
impl Copy for APOInitSystemEffects3
Auto Trait Implementations
impl RefUnwindSafe for APOInitSystemEffects3
impl !Send for APOInitSystemEffects3
impl !Sync for APOInitSystemEffects3
impl Unpin for APOInitSystemEffects3
impl UnwindSafe for APOInitSystemEffects3
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