Trait IMFSourceBufferList_Impl
pub trait IMFSourceBufferList_Impl: IUnknownImpl {
// Required methods
fn GetLength(&self) -> u32;
fn GetSourceBuffer(&self, index: u32) -> Option<IMFSourceBuffer>;
}
Required Methods§
fn GetLength(&self) -> u32
fn GetSourceBuffer(&self, index: u32) -> Option<IMFSourceBuffer>
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.