OnReadyToSeek() private méthode

private OnReadyToSeek ( ) : void
Résultat void
Exemple #1
0
 static void readytoseek_cb(IntPtr bvw)
 {
     try {
         GstPlayer bvw_managed = GLib.Object.GetObject(bvw, false) as GstPlayer;
         bvw_managed.OnReadyToSeek();
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }