Trait windows::Win32::Media::DirectShow::IDShowPlugin_Impl
pub trait IDShowPlugin_Impl: Sized {
// Required methods
fn URL(&self, purl: *mut BSTR) -> Result<()>;
fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>;
}
Required Methods§
fn URL(&self, purl: *mut BSTR) -> Result<()>
fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>
Object Safety§
This trait is not object safe.