Struct windows_sys::Win32::Media::KernelStreaming::KSDS3D_BUFFER_ALL
#[repr(C)]pub struct KSDS3D_BUFFER_ALL {
pub Position: DS3DVECTOR,
pub Velocity: DS3DVECTOR,
pub InsideConeAngle: u32,
pub OutsideConeAngle: u32,
pub ConeOrientation: DS3DVECTOR,
pub ConeOutsideVolume: i32,
pub MinDistance: f32,
pub MaxDistance: f32,
pub Mode: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields§
§Position: DS3DVECTOR
§Velocity: DS3DVECTOR
§InsideConeAngle: u32
§OutsideConeAngle: u32
§ConeOrientation: DS3DVECTOR
§ConeOutsideVolume: i32
§MinDistance: f32
§MaxDistance: f32
§Mode: u32