windows::Media::Protection::PlayReady

Trait INDLicenseFetchDescriptor_Impl

pub trait INDLicenseFetchDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn ContentIDType(&self) -> Result<NDContentIDType>;
    fn ContentID(&self) -> Result<Array<u8>>;
    fn LicenseFetchChallengeCustomData(&self) -> Result<INDCustomData>;
    fn SetLicenseFetchChallengeCustomData(
        &self,
        licenseFetchChallengeCustomData: Ref<'_, INDCustomData>,
    ) -> Result<()>;
}

Required Methods§

fn ContentIDType(&self) -> Result<NDContentIDType>

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

fn LicenseFetchChallengeCustomData(&self) -> Result<INDCustomData>

fn SetLicenseFetchChallengeCustomData( &self, licenseFetchChallengeCustomData: Ref<'_, INDCustomData>, ) -> 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§