windows::Media::Protection::PlayReady

Trait INDClosedCaptionDataReceivedEventArgs_Impl

pub trait INDClosedCaptionDataReceivedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn ClosedCaptionDataFormat(&self) -> Result<NDClosedCaptionFormat>;
    fn PresentationTimestamp(&self) -> Result<i64>;
    fn ClosedCaptionData(&self) -> Result<Array<u8>>;
}

Required Methods§

fn ClosedCaptionDataFormat(&self) -> Result<NDClosedCaptionFormat>

fn PresentationTimestamp(&self) -> Result<i64>

fn ClosedCaptionData(&self) -> Result<Array<u8>>

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§