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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§