Esempio n. 1
0
 public unsafe void SeekMap(global::Com.Google.Android.Exoplayer.Extractor.ISeekMap p0)
 {
     if (id_seekMap_Lcom_google_android_exoplayer_extractor_SeekMap_ == IntPtr.Zero)
     {
         id_seekMap_Lcom_google_android_exoplayer_extractor_SeekMap_ = JNIEnv.GetMethodID(class_ref, "seekMap", "(Lcom/google/android/exoplayer/extractor/SeekMap;)V");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_seekMap_Lcom_google_android_exoplayer_extractor_SeekMap_, __args);
     } finally {
     }
 }
 static long n_GetPosition_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Com.Google.Android.Exoplayer.Extractor.ISeekMap __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Exoplayer.Extractor.ISeekMap> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetPosition(p0));
 }
 static bool n_IsSeekable(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Google.Android.Exoplayer.Extractor.ISeekMap __this = global::Java.Lang.Object.GetObject <global::Com.Google.Android.Exoplayer.Extractor.ISeekMap> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSeekable);
 }