windows::Win32::Media::DirectShow::Tv

Trait IMSVidStreamBufferSourceEvent_Impl

pub trait IMSVidStreamBufferSourceEvent_Impl: IMSVidFilePlaybackEvent_Impl {
    // Required methods
    fn CertificateFailure(&self) -> Result<()>;
    fn CertificateSuccess(&self) -> Result<()>;
    fn RatingsBlocked(&self) -> Result<()>;
    fn RatingsUnblocked(&self) -> Result<()>;
    fn RatingsChanged(&self) -> Result<()>;
    fn TimeHole(&self, streamoffsetms: i32, sizems: i32) -> Result<()>;
    fn StaleDataRead(&self) -> Result<()>;
    fn ContentBecomingStale(&self) -> Result<()>;
    fn StaleFileDeleted(&self) -> Result<()>;
}

Required Methods§

fn CertificateFailure(&self) -> Result<()>

fn CertificateSuccess(&self) -> Result<()>

fn RatingsBlocked(&self) -> Result<()>

fn RatingsUnblocked(&self) -> Result<()>

fn RatingsChanged(&self) -> Result<()>

fn TimeHole(&self, streamoffsetms: i32, sizems: i32) -> Result<()>

fn StaleDataRead(&self) -> Result<()>

fn ContentBecomingStale(&self) -> Result<()>

fn StaleFileDeleted(&self) -> 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§