Trait IMFMetadataProvider_Impl
pub trait IMFMetadataProvider_Impl: IUnknownImpl {
// Required method
fn GetMFMetadata(
&self,
ppresentationdescriptor: Ref<'_, IMFPresentationDescriptor>,
dwstreamidentifier: u32,
dwflags: u32,
) -> Result<IMFMetadata>;
}
Required Methods§
fn GetMFMetadata( &self, ppresentationdescriptor: Ref<'_, IMFPresentationDescriptor>, dwstreamidentifier: u32, dwflags: u32, ) -> Result<IMFMetadata>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.