Trait IMSVidStreamBufferSource2_Impl
pub trait IMSVidStreamBufferSource2_Impl: IMSVidStreamBufferSource_Impl {
// Required methods
fn put_RateEx(&self, dwrate: f64, dwframespersecond: u32) -> Result<()>;
fn AudioCounter(&self) -> Result<IUnknown>;
fn VideoCounter(&self) -> Result<IUnknown>;
fn CCCounter(&self) -> Result<IUnknown>;
fn WSTCounter(&self) -> Result<IUnknown>;
}
Required Methods§
fn put_RateEx(&self, dwrate: f64, dwframespersecond: u32) -> Result<()>
fn AudioCounter(&self) -> Result<IUnknown>
fn VideoCounter(&self) -> Result<IUnknown>
fn CCCounter(&self) -> Result<IUnknown>
fn WSTCounter(&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.