Example #1
0
 [DllImport(Libraries.allegroaudio_dll, CallingConvention = CallingConvention.Cdecl)] public static extern bool al_set_audio_stream_playmode(IntPtr stream, ALLEGRO_PLAYMODE val);
Example #2
0
 [DllImport(Libraries.allegroaudio_dll, CallingConvention = CallingConvention.Cdecl)] public static extern bool al_play_sample(IntPtr sample, float gain, float pan, float speed, ALLEGRO_PLAYMODE loop, ref ALLEGRO_SAMPLE_ID id);