windows::Win32::Media::Audio

Trait ISpatialAudioObjectForMetadataCommands_Impl

pub trait ISpatialAudioObjectForMetadataCommands_Impl: 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<()>

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.

Implementors§