pub trait IPlayReadySecureStopServiceRequest_Impl: Sized + 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>>

Object Safety§

This trait is not object safe.

Implementors§