deleteSyncPoint() public method

public deleteSyncPoint ( IntPtr point ) : RESULT
point System.IntPtr
return RESULT
コード例 #1
0
ファイル: Sound.cs プロジェクト: minimalism/SupersonicSound
 public bool Delete()
 {
     return(_sound.deleteSyncPoint(_pointer).Check(_suppressions));
 }