windows::Win32::Media::DirectShow::Tv

Trait IServiceLocationDescriptor_Impl

pub trait IServiceLocationDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn GetPCR_PID(&self) -> Result<u16>;
    fn GetNumberOfElements(&self) -> Result<u8>;
    fn GetElementStreamType(&self, bindex: u8) -> Result<u8>;
    fn GetElementPID(&self, bindex: u8) -> Result<u16>;
    fn GetElementLanguageCode(
        &self,
        bindex: u8,
        langcode: *mut u8,
    ) -> Result<()>;
}

Required Methods§

fn GetPCR_PID(&self) -> Result<u16>

fn GetNumberOfElements(&self) -> Result<u8>

fn GetElementStreamType(&self, bindex: u8) -> Result<u8>

fn GetElementPID(&self, bindex: u8) -> Result<u16>

fn GetElementLanguageCode(&self, bindex: u8, langcode: *mut u8) -> 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§