Trait windows::Win32::Media::MediaPlayer::IWMPTranscodePolicy_Impl
pub trait IWMPTranscodePolicy_Impl: Sized {
// Required method
fn allowTranscode(&self, pvballow: *mut VARIANT_BOOL) -> Result<()>;
}
Required Methods§
fn allowTranscode(&self, pvballow: *mut VARIANT_BOOL) -> Result<()>
Object Safety§
This trait is not object safe.