pub trait IMFDLNASinkInit_Impl: Sized {
    // Required method
    fn Initialize(
        &self,
        pbytestream: Option<&IMFByteStream>,
        fpal: BOOL
    ) -> Result<()>;
}

Required Methods§

fn Initialize( &self, pbytestream: Option<&IMFByteStream>, fpal: BOOL ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§