windows::Win32::System::RealTimeCommunications

Trait IRTCSessionStateChangeEvent2_Impl

pub trait IRTCSessionStateChangeEvent2_Impl: IRTCSessionStateChangeEvent_Impl {
    // Required methods
    fn MediaTypes(&self) -> Result<i32>;
    fn get_RemotePreferredSecurityLevel(
        &self,
        ensecuritytype: RTC_SECURITY_TYPE,
    ) -> Result<RTC_SECURITY_LEVEL>;
    fn IsForked(&self) -> Result<VARIANT_BOOL>;
    fn GetRemoteSessionDescription(
        &self,
        pbstrcontenttype: *mut BSTR,
        pbstrsessiondescription: *mut BSTR,
    ) -> Result<()>;
}

Required Methods§

fn MediaTypes(&self) -> Result<i32>

fn get_RemotePreferredSecurityLevel( &self, ensecuritytype: RTC_SECURITY_TYPE, ) -> Result<RTC_SECURITY_LEVEL>

fn IsForked(&self) -> Result<VARIANT_BOOL>

fn GetRemoteSessionDescription( &self, pbstrcontenttype: *mut BSTR, pbstrsessiondescription: *mut BSTR, ) -> 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§