Trait windows::Win32::Media::DirectShow::Tv::IAuxInTuningSpace2_Impl
pub trait IAuxInTuningSpace2_Impl: Sized + IAuxInTuningSpace_Impl {
// Required methods
fn CountryCode(&self) -> Result<i32>;
fn SetCountryCode(&self, newcountrycodeval: i32) -> Result<()>;
}
Required Methods§
fn CountryCode(&self) -> Result<i32>
fn SetCountryCode(&self, newcountrycodeval: i32) -> Result<()>
Object Safety§
This trait is not object safe.