pub trait IMFMediaEngineAudioEndpointId_Impl: Sized {
    // Required methods
    fn SetAudioEndpointId(&self, pszendpointid: &PCWSTR) -> Result<()>;
    fn GetAudioEndpointId(&self) -> Result<PWSTR>;
}

Required Methods§

fn SetAudioEndpointId(&self, pszendpointid: &PCWSTR) -> Result<()>

fn GetAudioEndpointId(&self) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§