pub trait IMediaRadioManager_Impl: Sized {
// Required methods
fn GetRadioInstances(&self) -> Result<IRadioInstanceCollection>;
fn OnSystemRadioStateChange(
&self,
sysradiostate: SYSTEM_RADIO_STATE,
utimeoutsec: u32,
) -> Result<()>;
}
Required Methods§
fn GetRadioInstances(&self) -> Result<IRadioInstanceCollection>
fn OnSystemRadioStateChange( &self, sysradiostate: SYSTEM_RADIO_STATE, utimeoutsec: u32, ) -> Result<()>
Object Safety§
This trait is not object safe.