windows::Win32::Media::DirectShow

Trait IAMGraphStreams_Impl

pub trait IAMGraphStreams_Impl: IUnknownImpl {
    // Required methods
    fn FindUpstreamInterface(
        &self,
        ppin: Ref<'_, IPin>,
        riid: *const GUID,
        ppvinterface: *mut *mut c_void,
        dwflags: u32,
    ) -> Result<()>;
    fn SyncUsingStreamOffset(&self, busestreamoffset: BOOL) -> Result<()>;
    fn SetMaxGraphLatency(&self, rtmaxgraphlatency: i64) -> Result<()>;
}

Required Methods§

fn FindUpstreamInterface( &self, ppin: Ref<'_, IPin>, riid: *const GUID, ppvinterface: *mut *mut c_void, dwflags: u32, ) -> Result<()>

fn SyncUsingStreamOffset(&self, busestreamoffset: BOOL) -> Result<()>

fn SetMaxGraphLatency(&self, rtmaxgraphlatency: i64) -> 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.

Implementors§