Trait windows::Win32::Media::MediaFoundation::IMFMetadataProvider_Impl
pub trait IMFMetadataProvider_Impl: Sized {
// Required method
fn GetMFMetadata(
&self,
ppresentationdescriptor: Option<&IMFPresentationDescriptor>,
dwstreamidentifier: u32,
dwflags: u32,
) -> Result<IMFMetadata>;
}
Required Methods§
fn GetMFMetadata( &self, ppresentationdescriptor: Option<&IMFPresentationDescriptor>, dwstreamidentifier: u32, dwflags: u32, ) -> Result<IMFMetadata>
Object Safety§
This trait is not object safe.