FMOD_Sound_AddSyncPoint() private method

private FMOD_Sound_AddSyncPoint ( IntPtr sound, uint offset, TIMEUNIT offsettype, string name, IntPtr &point ) : RESULT
sound System.IntPtr
offset uint
offsettype TIMEUNIT
name string
point System.IntPtr
return RESULT
示例#1
0
 public RESULT addSyncPoint(int offset, TIMEUNIT offsettype, string name, ref IntPtr point)
 {
     return(Sound.FMOD_Sound_AddSyncPoint(soundraw, offset, offsettype, name, ref point));
 }