windows::Win32::Media::DirectShow::Tv

Trait IMSVidStreamBufferSink_Impl

pub trait IMSVidStreamBufferSink_Impl: IMSVidOutputDevice_Impl {
    // Required methods
    fn get_ContentRecorder(
        &self,
        pszfilename: &BSTR,
    ) -> Result<IMSVidStreamBufferRecordingControl>;
    fn get_ReferenceRecorder(
        &self,
        pszfilename: &BSTR,
    ) -> Result<IMSVidStreamBufferRecordingControl>;
    fn SinkName(&self) -> Result<BSTR>;
    fn SetSinkName(&self, name: &BSTR) -> Result<()>;
    fn NameSetLock(&self) -> Result<()>;
    fn SBESink(&self) -> Result<IUnknown>;
}

Required Methods§

fn get_ContentRecorder( &self, pszfilename: &BSTR, ) -> Result<IMSVidStreamBufferRecordingControl>

fn get_ReferenceRecorder( &self, pszfilename: &BSTR, ) -> Result<IMSVidStreamBufferRecordingControl>

fn SinkName(&self) -> Result<BSTR>

fn SetSinkName(&self, name: &BSTR) -> Result<()>

fn NameSetLock(&self) -> Result<()>

fn SBESink(&self) -> Result<IUnknown>

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.

Implementors§