MCPcopy Create free account

hub / github.com/FNA-XNA/FAudio / functions

Functions2,362 in github.com/FNA-XNA/FAudio

MethodFACTAudioEngine_AddRef
( IntPtr pEngine /* FACTAudioEngine* */ )
csharp/FAudio.cs:1533
MethodFACTAudioEngine_CreateInMemoryWaveBank
( IntPtr pEngine, /* FACTAudioEngine* */ IntPtr pvBuffer, uint dwSize, uint dwFlags, uint dwAllocAtt
csharp/FAudio.cs:1590
MethodFACTAudioEngine_CreateSoundBank
( IntPtr pEngine, /* FACTAudioEngine* */ IntPtr pvBuffer, uint dwSize, uint dwFlags, uint dwAllocAtt
csharp/FAudio.cs:1580
FunctionFACTAudioEngine_CreateStreamingWaveBank
src/FACT.c:632
MethodFACTAudioEngine_CreateStreamingWaveBank
( IntPtr pEngine, /* FACTAudioEngine* */ ref FACTStreamingParameters pParms, out IntPtr ppWaveBank /* FA
csharp/FAudio.cs:1600
MethodFACTAudioEngine_DoWork
( IntPtr pEngine /* FACTAudioEngine* */ )
csharp/FAudio.cs:1575
MethodFACTAudioEngine_GetCategory
( IntPtr pEngine, /* FACTAudioEngine* */ byte* szFriendlyName )
csharp/FAudio.cs:1681
MethodFACTAudioEngine_GetFinalMixFormat
( IntPtr pEngine, /* FACTAudioEngine* */ out FAudioWaveFormatExtensible pFinalMixFormat )
csharp/FAudio.cs:1558
MethodFACTAudioEngine_GetGlobalVariable
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nIndex, out float pnValue )
csharp/FAudio.cs:1743
MethodFACTAudioEngine_GetGlobalVariableIndex
( IntPtr pEngine, /* FACTAudioEngine* */ byte* szFriendlyName )
csharp/FAudio.cs:1719
FunctionFACTAudioEngine_GetRendererCount
src/FACT.c:200
MethodFACTAudioEngine_GetRendererCount
( IntPtr pEngine, /* FACTAudioEngine* */ out ushort pnRendererCount )
csharp/FAudio.cs:1545
FunctionFACTAudioEngine_GetRendererDetails
src/FACT.c:210
MethodFACTAudioEngine_GetRendererDetails
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nRendererIndex, out FACTRendererDetails pRendererDetails
csharp/FAudio.cs:1551
MethodFACTAudioEngine_Initialize
( IntPtr pEngine, /* FACTAudioEngine* */ ref FACTRuntimeParameters pParams )
csharp/FAudio.cs:1564
FunctionFACTAudioEngine_Pause
src/FACT.c:894
MethodFACTAudioEngine_Pause
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nCategory, int fPause )
csharp/FAudio.cs:1712
FunctionFACTAudioEngine_PrepareInMemoryWave
src/FACT.c:685
MethodFACTAudioEngine_PrepareInMemoryWave
( IntPtr pEngine, /* FACTAudioEngine* */ uint dwFlags, FACTWaveBankEntry entry, uint[] pdwSeekTable, /
csharp/FAudio.cs:1643
FunctionFACTAudioEngine_PrepareStreamingWave
src/FACT.c:699
MethodFACTAudioEngine_PrepareStreamingWave
( IntPtr pEngine, /* FACTAudioEngine* */ uint dwFlags, FACTWaveBankEntry entry, FACTStreamingParameter
csharp/FAudio.cs:1655
MethodFACTAudioEngine_PrepareWave
( IntPtr pEngine, /* FACTAudioEngine* */ uint dwFlags, byte* szWavePath, uint wStreamingPacketSize,
csharp/FAudio.cs:1607
FunctionFACTAudioEngine_RegisterNotification
src/FACT.c:715
MethodFACTAudioEngine_RegisterNotification
( IntPtr pEngine, /* FACTAudioEngine* */ ref FACTNotificationDescription pNotificationDescription )
csharp/FAudio.cs:1669
FunctionFACTAudioEngine_Release
src/FACT.c:177
MethodFACTAudioEngine_Release
( IntPtr pEngine /* FACTAudioEngine* */ )
csharp/FAudio.cs:1538
FunctionFACTAudioEngine_SetGlobalVariable
src/FACT.c:941
MethodFACTAudioEngine_SetGlobalVariable
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nIndex, float nValue )
csharp/FAudio.cs:1736
FunctionFACTAudioEngine_SetVolume
src/FACT.c:868
MethodFACTAudioEngine_SetVolume
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nCategory, float volume )
csharp/FAudio.cs:1705
MethodFACTAudioEngine_ShutDown
( IntPtr pEngine /* FACTAudioEngine* */ )
csharp/FAudio.cs:1570
FunctionFACTAudioEngine_Stop
src/FACT.c:820
MethodFACTAudioEngine_Stop
( IntPtr pEngine, /* FACTAudioEngine* */ ushort nCategory, uint dwFlags )
csharp/FAudio.cs:1698
FunctionFACTAudioEngine_UnRegisterNotification
src/FACT.c:763
MethodFACTAudioEngine_UnRegisterNotification
( IntPtr pEngine, /* FACTAudioEngine* */ ref FACTNotificationDescription pNotificationDescription )
csharp/FAudio.cs:1675
MethodFACTCreateEngine
FIXME: Do we want to actually reproduce the COM stuff or what...? -flibit */
csharp/FAudio.cs:1527
MethodFACTCue_Destroy
( IntPtr pCue /* FACTCue* */ )
csharp/FAudio.cs:1966
FunctionFACTCue_GetProperties
src/FACT.c:2677
MethodFACTCue_GetProperties
( IntPtr pCue, /* FACTCue* */ out IntPtr ppProperties /* FACTCueInstanceProperties** */ )
csharp/FAudio.cs:2033
FunctionFACTCue_GetState
src/FACT.c:2466
MethodFACTCue_GetState
( IntPtr pCue, /* FACTCue* */ out uint pdwState )
csharp/FAudio.cs:1982
MethodFACTCue_GetVariable
( IntPtr pCue, /* FACTCue* */ ushort nIndex, out float nValue )
csharp/FAudio.cs:2020
MethodFACTCue_GetVariableIndex
( IntPtr pCue, /* FACTCue* */ byte* szFriendlyName )
csharp/FAudio.cs:1996
MethodFACTCue_Pause
( IntPtr pCue, /* FACTCue* */ int fPause )
csharp/FAudio.cs:2027
MethodFACTCue_Play
( IntPtr pCue /* FACTCue* */ )
csharp/FAudio.cs:1971
MethodFACTCue_SetMatrixCoefficients
( IntPtr pCue, /* FACTCue* */ uint uSrcChannelCount, uint uDstChannelCount, float[] pMatrixCoefficient
csharp/FAudio.cs:1988
FunctionFACTCue_SetOutputVoiceMatrix
src/FACT.c:2795
MethodFACTCue_SetOutputVoiceMatrix
( IntPtr pCue, /* FACTCue* */ IntPtr pDestinationVoice, /* Optional FAudioVoice* */ uint SourceChannels,
csharp/FAudio.cs:2045
FunctionFACTCue_SetOutputVoices
src/FACT.c:2787
MethodFACTCue_SetOutputVoices
( IntPtr pCue, /* FACTCue* */ IntPtr pSendList /* Optional FAudioVoiceSends* */ )
csharp/FAudio.cs:2039
MethodFACTCue_SetVariable
( IntPtr pCue, /* FACTCue* */ ushort nIndex, float nValue )
csharp/FAudio.cs:2013
MethodFACTCue_Stop
( IntPtr pCue, /* FACTCue* */ uint dwFlags )
csharp/FAudio.cs:1976
MethodFACTSoundBank_Destroy
( IntPtr pSoundBank /* FACTSoundBank* */ )
csharp/FAudio.cs:1827
MethodFACTSoundBank_GetCueIndex
( IntPtr pSoundBank, /* FACTSoundBank* */ byte* szFriendlyName )
csharp/FAudio.cs:1752
MethodFACTSoundBank_GetCueProperties
( IntPtr pSoundBank, /* FACTSoundBank* */ ushort nCueIndex, out FACTCueProperties pProperties )
csharp/FAudio.cs:1776
FunctionFACTSoundBank_GetNumCues
src/FACT.c:1012
MethodFACTSoundBank_GetNumCues
( IntPtr pSoundBank, /* FACTSoundBank* */ out ushort pnNumCues )
csharp/FAudio.cs:1770
FunctionFACTSoundBank_GetState
src/FACT.c:1425
MethodFACTSoundBank_GetState
( IntPtr pSoundBank, /* FACTSoundBank* */ out uint pdwState )
csharp/FAudio.cs:1832
MethodFACTSoundBank_Play
( IntPtr pSoundBank, /* FACTSoundBank* */ ushort nCueIndex, uint dwFlags, int timeOffset, out IntPtr
csharp/FAudio.cs:1792
FunctionFACTSoundBank_Play3D
src/FACT.c:1227
MethodFACTSoundBank_Play3D
( IntPtr pSoundBank, /* FACTSoundBank* */ ushort nCueIndex, uint dwFlags, int timeOffset, ref F3DAUD
csharp/FAudio.cs:1810
MethodFACTSoundBank_Prepare
( IntPtr pSoundBank, /* FACTSoundBank* */ ushort nCueIndex, uint dwFlags, int timeOffset, out IntPtr
csharp/FAudio.cs:1783
FunctionFACTSoundBank_Stop
src/FACT.c:1270
MethodFACTSoundBank_Stop
( IntPtr pSoundBank, /* FACTSoundBank* */ ushort nCueIndex, uint dwFlags )
csharp/FAudio.cs:1820
MethodFACTWaveBank_Destroy
( IntPtr pWaveBank /* FACTWaveBank* */ )
csharp/FAudio.cs:1840
FunctionFACTWaveBank_GetNumWaves
src/FACT.c:1564
MethodFACTWaveBank_GetNumWaves
( IntPtr pWaveBank, /* FACTWaveBank* */ out ushort pnNumWaves )
csharp/FAudio.cs:1851
FunctionFACTWaveBank_GetState
src/FACT.c:1534
MethodFACTWaveBank_GetState
( IntPtr pWaveBank, /* FACTWaveBank* */ out uint pdwState )
csharp/FAudio.cs:1845
MethodFACTWaveBank_GetWaveIndex
( IntPtr pWaveBank, /* FACTWaveBank* */ byte* szFriendlyName )
csharp/FAudio.cs:1857
MethodFACTWaveBank_GetWaveProperties
( IntPtr pWaveBank, /* FACTWaveBank* */ ushort nWaveIndex, out FACTWaveProperties pWaveProperties )
csharp/FAudio.cs:1874
MethodFACTWaveBank_Play
( IntPtr pWaveBank, /* FACTWaveBank* */ ushort nWaveIndex, uint dwFlags, uint dwPlayOffset, byte nLo
csharp/FAudio.cs:1891
MethodFACTWaveBank_Prepare
( IntPtr pWaveBank, /* FACTWaveBank* */ ushort nWaveIndex, uint dwFlags, uint dwPlayOffset, byte nLo
csharp/FAudio.cs:1881
FunctionFACTWaveBank_Stop
src/FACT.c:1954
MethodFACTWaveBank_Stop
( IntPtr pWaveBank, /* FACTWaveBank* */ ushort nWaveIndex, uint dwFlags )
csharp/FAudio.cs:1901
MethodFACTWave_Destroy
( IntPtr pWave /* FACTWave* */ )
csharp/FAudio.cs:1910
MethodFACTWave_GetProperties
( IntPtr pWave, /* FACTWave* */ out FACTWaveInstanceProperties pProperties )
csharp/FAudio.cs:1958
MethodFACTWave_GetState
( IntPtr pWave, /* FACTWave* */ out uint pdwState )
csharp/FAudio.cs:1932
MethodFACTWave_Pause
( IntPtr pWave, /* FACTWave* */ int fPause )
csharp/FAudio.cs:1926
MethodFACTWave_Play
( IntPtr pWave /* FACTWave* */ )
csharp/FAudio.cs:1915
MethodFACTWave_SetMatrixCoefficients
( IntPtr pWave, /* FACTWave* */ uint uSrcChannelCount, uint uDstChannelCount, float[] pMatrixCoefficie
csharp/FAudio.cs:1950
MethodFACTWave_SetPitch
( IntPtr pWave, /* FACTWave* */ short pitch )
csharp/FAudio.cs:1938
MethodFACTWave_SetVolume
( IntPtr pWave, /* FACTWave* */ float volume )
csharp/FAudio.cs:1944
MethodFACTWave_Stop
( IntPtr pWave, /* FACTWave* */ uint dwFlags )
csharp/FAudio.cs:1920
FunctionFACT_INTERNAL_APIThread
src/FACT_internal.c:1679
FunctionFACT_INTERNAL_DefaultGetOverlappedResult
src/FACT_internal.c:1949
FunctionFACT_INTERNAL_DefaultReadFile
src/FACT_internal.c:1927
FunctionFACT_INTERNAL_OnStreamEnd
src/FACT_internal.c:1907
FunctionFAPOBase_AddRef
src/FAPOBase.c:107
FunctionFAPOBase_CalcInputFrames
src/FAPOBase.c:263
FunctionFAPOBase_CalcOutputFrames
src/FAPOBase.c:268
FunctionFAPOBase_GetParameters
src/FAPOBase.c:413
FunctionFAPOBase_GetRegistrationProperties
src/FAPOBase.c:124
FunctionFAPOBase_Initialize
src/FAPOBase.c:209
FunctionFAPOBase_IsInputFormatSupported
src/FAPOBase.c:139
FunctionFAPOBase_IsOutputFormatSupported
src/FAPOBase.c:174
FunctionFAPOBase_OnSetParameters
src/FAPOBase.c:426
FunctionFAPOBase_ProcessThru
src/FAPOBase.c:342
MethodFAPOBase_Release
(IntPtr fapo)
csharp/FAudio.cs:1120
← previousnext →1,201–1,300 of 2,362, ranked by callers