pub trait IWMWriterPushSink_Impl: Sized + IWMWriterSink_Impl {
// Required methods
fn Connect(
&self,
pwszurl: &PCWSTR,
pwsztemplateurl: &PCWSTR,
fautodestroy: BOOL,
) -> Result<()>;
fn Disconnect(&self) -> Result<()>;
fn EndSession(&self) -> Result<()>;
}
Required Methods§
fn Connect( &self, pwszurl: &PCWSTR, pwsztemplateurl: &PCWSTR, fautodestroy: BOOL, ) -> Result<()>
fn Disconnect(&self) -> Result<()>
fn EndSession(&self) -> Result<()>
Object Safety§
This trait is not object safe.