Struct windows_sys::Win32::Media::MediaFoundation::D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
[−]#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS {
pub NodeIndex: u32,
pub Codec: D3D12_VIDEO_ENCODER_CODEC,
pub Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC,
pub InputFormat: DXGI_FORMAT,
pub PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC,
pub IsSupported: BOOL,
pub CompressedBitstreamBufferAccessAlignment: u32,
pub EncoderMetadataBufferAccessAlignment: u32,
pub MaxEncoderOutputMetadataBufferSize: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"
Fields
NodeIndex: u32
Codec: D3D12_VIDEO_ENCODER_CODEC
Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC
InputFormat: DXGI_FORMAT
PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC
IsSupported: BOOL
CompressedBitstreamBufferAccessAlignment: u32
EncoderMetadataBufferAccessAlignment: u32
MaxEncoderOutputMetadataBufferSize: u32
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl !Send for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl !Sync for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl Unpin for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
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