pub trait ISpatialAudioObjectRenderStreamForMetadata_Impl: Sized + ISpatialAudioObjectRenderStreamBase_Impl {
    // Required methods
    fn ActivateSpatialAudioObjectForMetadataCommands(
        &self,
        type: AudioObjectType
    ) -> Result<ISpatialAudioObjectForMetadataCommands>;
    fn ActivateSpatialAudioObjectForMetadataItems(
        &self,
        type: AudioObjectType
    ) -> Result<ISpatialAudioObjectForMetadataItems>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§