Trait windows::Win32::Media::DirectShow::Tv::IMSVidStreamBufferSink_Impl
pub trait IMSVidStreamBufferSink_Impl: Sized + 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>
Object Safety§
This trait is not object safe.