Trait IMFSinkWriterCallback_Impl
pub trait IMFSinkWriterCallback_Impl: IUnknownImpl {
// Required methods
fn OnFinalize(&self, hrstatus: HRESULT) -> Result<()>;
fn OnMarker(
&self,
dwstreamindex: u32,
pvcontext: *const c_void,
) -> Result<()>;
}
Required Methods§
fn OnFinalize(&self, hrstatus: HRESULT) -> Result<()>
fn OnMarker(&self, dwstreamindex: u32, pvcontext: *const c_void) -> 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.