Esempio n. 1
0
 public unsafe static long $Invoke7(long instance, long *args)
 {
     VideoPlayer.Play(Marshal.PtrToStringUni(*(IntPtr *)args), Marshal.PtrToStringUni(*(IntPtr *)(args + 1)));
     return(-1L);
 }
Esempio n. 2
0
 public unsafe static long $Invoke5(long instance, long *args)
 {
     VideoPlayer.OnOfficialVideoList((List <string>)GCHandledObjects.GCHandleToObject(*args));
     return(-1L);
 }
Esempio n. 3
0
 public unsafe static long $Invoke6(long instance, long *args)
 {
     VideoPlayer.OnVideoDetails(Marshal.PtrToStringUni(*(IntPtr *)args));
     return(-1L);
 }
Esempio n. 4
0
 public unsafe static long $Invoke4(long instance, long *args)
 {
     VideoPlayer.OnEnvironmentVideos((List <string>)GCHandledObjects.GCHandleToObject(*args));
     return(-1L);
 }
Esempio n. 5
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(VideoPlayer.Init()));
 }
Esempio n. 6
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     VideoPlayer.EnableAds(*(sbyte *)args != 0);
     return(-1L);
 }
Esempio n. 7
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     VideoPlayer.CleanupPlayback();
     return(-1L);
 }
Esempio n. 8
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     VideoPlayer.AbandonPlayback();
     return(-1L);
 }