Trait IDvdGraphBuilder_Impl
pub trait IDvdGraphBuilder_Impl: IUnknownImpl {
// Required methods
fn GetFiltergraph(&self) -> Result<IGraphBuilder>;
fn GetDvdInterface(
&self,
riid: *const GUID,
ppvif: *mut *mut c_void,
) -> Result<()>;
fn RenderDvdVideoVolume(
&self,
lpcwszpathname: &PCWSTR,
dwflags: u32,
pstatus: *mut AM_DVD_RENDERSTATUS,
) -> Result<()>;
}
Required Methods§
fn GetFiltergraph(&self) -> Result<IGraphBuilder>
fn GetDvdInterface( &self, riid: *const GUID, ppvif: *mut *mut c_void, ) -> Result<()>
fn RenderDvdVideoVolume( &self, lpcwszpathname: &PCWSTR, dwflags: u32, pstatus: *mut AM_DVD_RENDERSTATUS, ) -> 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.