Trait winsafe::prelude::dshow_IFilterGraph2

source ·
pub trait dshow_IFilterGraph2: dshow_IGraphBuilder {
    // Provided method
    fn ReconnectEx(
        &self,
        pin: &impl dshow_IPin,
        mt: Option<&AM_MEDIA_TYPE<'_>>
    ) -> HrResult<()> { ... }
}
Available on crate features kernel and dshow only.
Expand description

This trait is enabled with the dshow feature, and provides methods for IFilterGraph2.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§