#[repr(C)]pub struct AUDIO_ENDPOINT_SHARED_CREATE_PARAMS {
pub u32Size: u32,
pub u32TSSessionId: u32,
pub targetEndpointConnectorType: EndpointConnectorType,
pub wfxDeviceFormat: WAVEFORMATEX,
}
Expand description
Required features: "Win32_Media_Audio_Endpoints"
Fields
u32Size: u32
u32TSSessionId: u32
targetEndpointConnectorType: EndpointConnectorType
wfxDeviceFormat: WAVEFORMATEX
Trait Implementations
impl Clone for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Clone for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Copy for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Send for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Sync for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Unpin for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl UnwindSafe for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
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