We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75265fb commit 52b4658Copy full SHA for 52b4658
src/lib.rs
@@ -353,7 +353,7 @@ pub struct Api {
353
// ========================================================================
354
/// Get information about the Audio Mixer channels
355
pub audio_mixer_channel_get_info:
356
- extern "C" fn(audio_mixer_id: u8) -> crate::Result<audio::MixerChannelInfo>,
+ extern "C" fn(audio_mixer_id: u8) -> crate::Option<audio::MixerChannelInfo>,
357
/// Set an Audio Mixer level
358
pub audio_mixer_channel_set_level:
359
extern "C" fn(audio_mixer_id: u8, level: u8) -> crate::Result<()>,
0 commit comments