예제 #1
0
 internal Track(INative native, IntPtr pointer)
 {
     _native = native;
     _native.SetTrack(pointer);
 }
예제 #2
0
 public void Dispose()
 {
     _native.SetTrack(IntPtr.Zero);
 }