#[repr(C)]pub struct AkMonitorErrorCode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkMonitorErrorCode
impl AkMonitorErrorCode
pub fn error_code_no_error() -> Self
pub fn error_code_file_not_found() -> Self
pub fn error_code_cannot_open_file() -> Self
pub fn error_code_cannot_start_stream_no_memory() -> Self
pub fn error_code_io_device() -> Self
pub fn error_code_incompatible_io_settings() -> Self
pub fn error_code_plugin_unsupported_channel_configuration() -> Self
pub fn error_code_plugin_initialisation_failed() -> Self
pub fn error_code_plugin_processing_failed() -> Self
pub fn error_code_plugin_execution_invalid() -> Self
pub fn error_code_plugin_allocation_failed() -> Self
pub fn error_code_vorbis_seek_table_recommended() -> Self
pub fn error_code_vorbis_decode_error() -> Self
pub fn error_code_aac_decode_error() -> Self
pub fn error_code_x_wma_create_decoder_failed() -> Self
pub fn error_code_atrac9_decode_failed() -> Self
pub fn error_code_atrac9_loop_section_too_small() -> Self
pub fn error_code_invalid_audio_file_header() -> Self
pub fn error_code_audio_file_header_too_large() -> Self
pub fn error_code_file_too_small() -> Self
pub fn error_code_transition_not_accurate_channel() -> Self
pub fn error_code_transition_not_accurate_plugin_mismatch() -> Self
pub fn error_code_transition_not_accurate_rejected_by_plugin() -> Self
pub fn error_code_transition_not_accurate_starvation() -> Self
pub fn error_code_nothing_to_play() -> Self
pub fn error_code_play_failed() -> Self
pub fn error_code_stinger_could_not_be_scheduled() -> Self
pub fn error_code_too_long_segment_look_ahead() -> Self
pub fn error_code_cannot_schedule_music_switch() -> Self
pub fn error_code_too_many_simultaneous_music_segments() -> Self
pub fn error_code_playlist_stopped_for_editing() -> Self
pub fn error_code_music_clips_rescheduled_after_track_edit() -> Self
pub fn error_code_cannot_play_source_create() -> Self
pub fn error_code_cannot_play_source_virtual_off() -> Self
pub fn error_code_cannot_play_source_time_skip() -> Self
pub fn error_code_cannot_play_source_inconsistent_state() -> Self
pub fn error_code_media_not_loaded() -> Self
pub fn error_code_voice_starving() -> Self
pub fn error_code_streaming_source_starving() -> Self
pub fn error_code_xma_decoder_source_starving() -> Self
pub fn error_code_xma_decoding_error() -> Self
pub fn error_code_invalid_xma_data() -> Self
pub fn error_code_plugin_not_registered() -> Self
pub fn error_code_codec_not_registered() -> Self
pub fn error_code_plugin_version_mismatch() -> Self
pub fn error_code_event_id_not_found() -> Self
pub fn error_code_invalid_group_id() -> Self
pub fn error_code_selected_child_not_available() -> Self
pub fn error_code_selected_node_not_available() -> Self
pub fn error_code_selected_media_not_available() -> Self
pub fn error_code_no_valid_switch() -> Self
pub fn error_code_selected_node_not_available_play() -> Self
pub fn error_code_feedback_voice_starving() -> Self
pub fn error_code_bank_load_failed() -> Self
pub fn error_code_bank_unload_failed() -> Self
pub fn error_code_error_while_loading_bank() -> Self
pub fn error_code_insufficient_space_to_load_bank() -> Self
pub fn error_code_lower_engine_command_list_full() -> Self
pub fn error_code_seek_no_marker() -> Self
pub fn error_code_cannot_seek_continuous() -> Self
pub fn error_code_seek_after_eof() -> Self
pub fn error_code_unknown_game_object() -> Self
pub fn error_code_unknown_emitter() -> Self
pub fn error_code_unknown_listener() -> Self
pub fn error_code_game_object_is_not_listener() -> Self
pub fn error_code_game_object_is_not_emitter() -> Self
pub fn error_code_unknown_game_object_event() -> Self
pub fn error_code_game_object_is_not_emitter_event() -> Self
pub fn error_code_external_source_not_resolved() -> Self
pub fn error_code_file_format_mismatch() -> Self
pub fn error_code_command_queue_full() -> Self
pub fn error_code_command_too_large() -> Self
pub fn error_code_xma_create_decoder_limit_reached() -> Self
pub fn error_code_xma_stream_buffer_too_small() -> Self
pub fn error_code_modulator_scope_error_inst() -> Self
pub fn error_code_modulator_scope_error_obj() -> Self
pub fn error_code_seek_after_end_of_playlist() -> Self
pub fn error_code_opus_require_seek_table() -> Self
pub fn error_code_opus_decode_error() -> Self
pub fn error_code_opus_create_decoder_failed() -> Self
pub fn error_code_source_plugin_not_found() -> Self
pub fn error_code_virtual_voice_limit() -> Self
pub fn error_code_not_enough_memory_to_start() -> Self
pub fn error_code_unkown_opus_error() -> Self
pub fn error_code_audio_device_init_failure() -> Self
pub fn error_code_audio_device_remove_failure() -> Self
pub fn error_code_audio_device_not_found() -> Self
pub fn error_code_audio_device_not_valid() -> Self
pub fn error_code_spatial_audio_listener_automation_not_supported() -> Self
pub fn error_code_media_duplication_length() -> Self
pub fn error_code_hw_voices_system_init_failed() -> Self
pub fn error_code_hw_voices_decode_batch_failed() -> Self
pub fn error_code_hw_voice_limit_reached() -> Self
pub fn error_code_hw_voice_init_failed() -> Self
pub fn error_code_spatial_audio_reflection_bus_error() -> Self
pub fn num_error_codes() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkMonitorErrorCode
impl ClassIdentity for AkMonitorErrorCode
Source§impl Clone for AkMonitorErrorCode
impl Clone for AkMonitorErrorCode
Source§fn clone(&self) -> AkMonitorErrorCode
fn clone(&self) -> AkMonitorErrorCode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AkMonitorErrorCode
impl Debug for AkMonitorErrorCode
Source§impl PartialEq for AkMonitorErrorCode
impl PartialEq for AkMonitorErrorCode
impl Copy for AkMonitorErrorCode
impl Eq for AkMonitorErrorCode
impl StructuralPartialEq for AkMonitorErrorCode
Auto Trait Implementations§
impl Freeze for AkMonitorErrorCode
impl RefUnwindSafe for AkMonitorErrorCode
impl Send for AkMonitorErrorCode
impl Sync for AkMonitorErrorCode
impl Unpin for AkMonitorErrorCode
impl UnwindSafe for AkMonitorErrorCode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)