Trait IWMCodecInfo2_Impl
pub trait IWMCodecInfo2_Impl: IWMCodecInfo_Impl {
// Required methods
fn GetCodecName(
&self,
guidtype: *const GUID,
dwcodecindex: u32,
wszname: PWSTR,
pcchname: *mut u32,
) -> Result<()>;
fn GetCodecFormatDesc(
&self,
guidtype: *const GUID,
dwcodecindex: u32,
dwformatindex: u32,
ppistreamconfig: OutRef<'_, IWMStreamConfig>,
wszdesc: PWSTR,
pcchdesc: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetCodecName( &self, guidtype: *const GUID, dwcodecindex: u32, wszname: PWSTR, pcchname: *mut u32, ) -> Result<()>
fn GetCodecFormatDesc( &self, guidtype: *const GUID, dwcodecindex: u32, dwformatindex: u32, ppistreamconfig: OutRef<'_, IWMStreamConfig>, wszdesc: PWSTR, pcchdesc: *mut u32, ) -> Result<()>
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.