#[repr(C)]pub struct KSWAVE_OUTPUT_CAPABILITIES {Show 20 fields
pub MaximumChannelsPerConnection: u32,
pub MinimumBitsPerSample: u32,
pub MaximumBitsPerSample: u32,
pub MinimumSampleFrequency: u32,
pub MaximumSampleFrequency: u32,
pub TotalConnections: u32,
pub StaticConnections: u32,
pub StreamingConnections: u32,
pub ActiveConnections: u32,
pub ActiveStaticConnections: u32,
pub ActiveStreamingConnections: u32,
pub Total3DConnections: u32,
pub Static3DConnections: u32,
pub Streaming3DConnections: u32,
pub Active3DConnections: u32,
pub ActiveStatic3DConnections: u32,
pub ActiveStreaming3DConnections: u32,
pub TotalSampleMemory: u32,
pub FreeSampleMemory: u32,
pub LargestFreeContiguousSampleMemory: u32,
}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
MaximumChannelsPerConnection: u32MinimumBitsPerSample: u32MaximumBitsPerSample: u32MinimumSampleFrequency: u32MaximumSampleFrequency: u32TotalConnections: u32StaticConnections: u32StreamingConnections: u32ActiveConnections: u32ActiveStaticConnections: u32ActiveStreamingConnections: u32Total3DConnections: u32Static3DConnections: u32Streaming3DConnections: u32Active3DConnections: u32ActiveStatic3DConnections: u32ActiveStreaming3DConnections: u32TotalSampleMemory: u32FreeSampleMemory: u32LargestFreeContiguousSampleMemory: u32Trait Implementations
impl Clone for KSWAVE_OUTPUT_CAPABILITIES
impl Clone for KSWAVE_OUTPUT_CAPABILITIES
impl Copy for KSWAVE_OUTPUT_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for KSWAVE_OUTPUT_CAPABILITIES
impl Send for KSWAVE_OUTPUT_CAPABILITIES
impl Sync for KSWAVE_OUTPUT_CAPABILITIES
impl Unpin for KSWAVE_OUTPUT_CAPABILITIES
impl UnwindSafe for KSWAVE_OUTPUT_CAPABILITIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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