#[repr(C)]pub struct MF_TRANSCODE_SINK_INFO {
pub dwVideoStreamID: u32,
pub pVideoMediaType: IMFMediaType,
pub dwAudioStreamID: u32,
pub pAudioMediaType: IMFMediaType,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
dwVideoStreamID: u32
pVideoMediaType: IMFMediaType
dwAudioStreamID: u32
pAudioMediaType: IMFMediaType
Trait Implementations
impl Clone for MF_TRANSCODE_SINK_INFO
impl Clone for MF_TRANSCODE_SINK_INFO
impl Copy for MF_TRANSCODE_SINK_INFO
Auto Trait Implementations
impl RefUnwindSafe for MF_TRANSCODE_SINK_INFO
impl !Send for MF_TRANSCODE_SINK_INFO
impl !Sync for MF_TRANSCODE_SINK_INFO
impl Unpin for MF_TRANSCODE_SINK_INFO
impl UnwindSafe for MF_TRANSCODE_SINK_INFO
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