Trait ISpatialAudioObjectRenderStreamForMetadata_Impl
pub trait ISpatialAudioObjectRenderStreamForMetadata_Impl: ISpatialAudioObjectRenderStreamBase_Impl {
// Required methods
fn ActivateSpatialAudioObjectForMetadataCommands(
&self,
type: AudioObjectType,
) -> Result<ISpatialAudioObjectForMetadataCommands>;
fn ActivateSpatialAudioObjectForMetadataItems(
&self,
type: AudioObjectType,
) -> Result<ISpatialAudioObjectForMetadataItems>;
}
Required Methods§
fn ActivateSpatialAudioObjectForMetadataCommands( &self, type: AudioObjectType, ) -> Result<ISpatialAudioObjectForMetadataCommands>
fn ActivateSpatialAudioObjectForMetadataItems( &self, type: AudioObjectType, ) -> Result<ISpatialAudioObjectForMetadataItems>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.