pub trait ISpatialAudioObjectForMetadataCommands_Impl: Sized + ISpatialAudioObjectBase_Impl {
    // Required method
    fn WriteNextMetadataCommand(
        &self,
        commandid: u8,
        valuebuffer: *const c_void,
        valuebufferlength: u32
    ) -> Result<()>;
}

Required Methods§

fn WriteNextMetadataCommand( &self, commandid: u8, valuebuffer: *const c_void, valuebufferlength: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§