Interface MediaStreamClass.OnSeek

Enclosing class:
MediaStreamClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MediaStreamClass.OnSeek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSeek(CallbackHandler __self, MediaStream self, long timestamp)
     
  • Method Details

    • onSeek

      void onSeek(CallbackHandler __self, @Nonnull MediaStream self, long timestamp)
      Parameters:
      self - a `GtkMediaStream`
      timestamp - timestamp to seek to.