#[repr(C)]pub struct D3D11_VIDEO_PROCESSOR_CONTENT_DESC {
pub InputFrameFormat: D3D11_VIDEO_FRAME_FORMAT,
pub InputFrameRate: DXGI_RATIONAL,
pub InputWidth: u32,
pub InputHeight: u32,
pub OutputFrameRate: DXGI_RATIONAL,
pub OutputWidth: u32,
pub OutputHeight: u32,
pub Usage: D3D11_VIDEO_USAGE,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
, "Win32_Graphics_Dxgi_Common"
Fields
InputFrameFormat: D3D11_VIDEO_FRAME_FORMAT
InputFrameRate: DXGI_RATIONAL
InputWidth: u32
InputHeight: u32
OutputFrameRate: DXGI_RATIONAL
OutputWidth: u32
OutputHeight: u32
Usage: D3D11_VIDEO_USAGE
Trait Implementations
impl Clone for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Clone for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Copy for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Send for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Sync for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Unpin for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl UnwindSafe for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
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