class SDL_MIXER_FUNCTIONS_API General cluster: src description: "This file has been generated by WrapC. Do not edit. Changes will be lost!" Ancestors ANY Queries c_mix_play_channel_timed (channel: INTEGER_32; chunk: POINTER; loops, ticks: INTEGER_32): INTEGER_32 c_mix_play_music (music: POINTER; loops: INTEGER_32): INTEGER_32 c_mix_query_spec (frequency: TYPED_POINTER [INTEGER_32]; format: POINTER; channels: TYPED_POINTER [INTEGER_32]): INTEGER_32 c_mix_set_panning (channel: INTEGER_32; left, right: CHARACTER_8): INTEGER_32 mix_allocate_channels (numchans: INTEGER_32): INTEGER_32 mix_halt_channel (channel: INTEGER_32): INTEGER_32 mix_halt_music: INTEGER_32 mix_init (flags: INTEGER_32): INTEGER_32 mix_load_mus (file: POINTER): POINTER mix_open_audio_device (frequency: INTEGER_32; format: NATURAL_32; channels, chunksize: INTEGER_32; device: POINTER; allowed_changes: INTEGER_32): INTEGER_32 mix_play_channel_timed (channel: INTEGER_32; chunk: MIX_CHUNK_STRUCT_API; loops, ticks: INTEGER_32): INTEGER_32 mix_play_music (music: MIX_MUSIC_STRUCT_API; loops: INTEGER_32): INTEGER_32 mix_playing (channel: INTEGER_32): INTEGER_32 mix_playing_music: INTEGER_32 mix_query_spec (frequency: TYPED_POINTER [INTEGER_32]; format: POINTER; channels: TYPED_POINTER [INTEGER_32]): INTEGER_32 mix_set_music_cmd (command: POINTER): INTEGER_32 mix_set_panning (channel: INTEGER_32; left, right: CHARACTER_8): INTEGER_32 mix_volume_music (volume: INTEGER_32): INTEGER_32 Commands c_mix_free_music (music: POINTER) mix_close_audio mix_free_music (music: MIX_MUSIC_STRUCT_API)
Generated by ISE EiffelStudio