#[repr(C)]pub struct D3D12_VIDEO_ENCODER_DESC {
pub NodeMask: u32,
pub Flags: D3D12_VIDEO_ENCODER_FLAGS,
pub EncodeCodec: D3D12_VIDEO_ENCODER_CODEC,
pub EncodeProfile: D3D12_VIDEO_ENCODER_PROFILE_DESC,
pub InputFormat: DXGI_FORMAT,
pub CodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION,
pub MaxMotionEstimationPrecision: D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
NodeMask: u32
Flags: D3D12_VIDEO_ENCODER_FLAGS
EncodeCodec: D3D12_VIDEO_ENCODER_CODEC
EncodeProfile: D3D12_VIDEO_ENCODER_PROFILE_DESC
InputFormat: DXGI_FORMAT
CodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION
MaxMotionEstimationPrecision: D3D12_VIDEO_ENCODER_MOTION_ESTIMATION_PRECISION_MODE
Trait Implementations
impl Clone for D3D12_VIDEO_ENCODER_DESC
impl Clone for D3D12_VIDEO_ENCODER_DESC
impl Copy for D3D12_VIDEO_ENCODER_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_DESC
impl !Send for D3D12_VIDEO_ENCODER_DESC
impl !Sync for D3D12_VIDEO_ENCODER_DESC
impl Unpin for D3D12_VIDEO_ENCODER_DESC
impl UnwindSafe for D3D12_VIDEO_ENCODER_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