Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -0,0 +1,38 @@
|
|||
@ cdecl OpenMPT_Wine_Wrapper_Init ( )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_Fini ( )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_Alloc ( long )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_Free ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_String_Length ( str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_String_Duplicate ( str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_String_Free ( str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_EnumerateDevices ( )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Construct ( str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Destruct ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_SetMessageReceiver ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_SetCallback ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceInfo ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceCaps ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetDeviceDynamicCaps ( ptr str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Init ( ptr str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Open ( ptr str )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Close ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Start ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_Stop ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetRequestFlags ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsInited ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsOpen ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsAvailable ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsPlaying ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_IsPlayingSilence ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_StopAndAvoidPlayingSilence ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_EndPlayingSilence ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_OnIdle ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetSettings ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetActualSampleFormat ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetEffectiveBufferAttributes ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetTimeInfo ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetStreamPosition ( ptr ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_DebugIsFragileDevice ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_DebugInRealtimeCallback ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_GetStatistics ( ptr )
|
||||
@ cdecl OpenMPT_Wine_Wrapper_SoundDevice_OpenDriverSettings ( ptr )
|
Loading…
Add table
Add a link
Reference in a new issue