#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT {Show 16 fields
pub NodeIndex: u32,
pub Codec: D3D12_VIDEO_ENCODER_CODEC,
pub InputFormat: DXGI_FORMAT,
pub CodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION,
pub CodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE,
pub RateControl: D3D12_VIDEO_ENCODER_RATE_CONTROL,
pub IntraRefresh: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE,
pub SubregionFrameEncoding: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE,
pub ResolutionsListCount: u32,
pub pResolutionList: *const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC,
pub MaxReferenceFramesInDPB: u32,
pub ValidationFlags: D3D12_VIDEO_ENCODER_VALIDATION_FLAGS,
pub SupportFlags: D3D12_VIDEO_ENCODER_SUPPORT_FLAGS,
pub SuggestedProfile: D3D12_VIDEO_ENCODER_PROFILE_DESC,
pub SuggestedLevel: D3D12_VIDEO_ENCODER_LEVEL_SETTING,
pub pResolutionDependentSupport: *mut D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
NodeIndex: u32
Codec: D3D12_VIDEO_ENCODER_CODEC
InputFormat: DXGI_FORMAT
CodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION
CodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE
RateControl: D3D12_VIDEO_ENCODER_RATE_CONTROL
IntraRefresh: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE
SubregionFrameEncoding: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE
ResolutionsListCount: u32
pResolutionList: *const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC
MaxReferenceFramesInDPB: u32
ValidationFlags: D3D12_VIDEO_ENCODER_VALIDATION_FLAGS
SupportFlags: D3D12_VIDEO_ENCODER_SUPPORT_FLAGS
SuggestedProfile: D3D12_VIDEO_ENCODER_PROFILE_DESC
SuggestedLevel: D3D12_VIDEO_ENCODER_LEVEL_SETTING
pResolutionDependentSupport: *mut D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
impl !Send for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
impl !Sync for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
impl Unpin for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT
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