windows::Media::Protection::PlayReady

Trait IPlayReadySecureStopServiceRequest_Impl

pub trait IPlayReadySecureStopServiceRequest_Impl: IMediaProtectionServiceRequest_Impl + IPlayReadyServiceRequest_Impl {
    // Required methods
    fn SessionID(&self) -> Result<GUID>;
    fn StartTime(&self) -> Result<DateTime>;
    fn UpdateTime(&self) -> Result<DateTime>;
    fn Stopped(&self) -> Result<bool>;
    fn PublisherCertificate(&self) -> Result<Array<u8>>;
}

Required Methods§

fn SessionID(&self) -> Result<GUID>

fn StartTime(&self) -> Result<DateTime>

fn UpdateTime(&self) -> Result<DateTime>

fn Stopped(&self) -> Result<bool>

fn PublisherCertificate(&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§