com.hanhuy.android.extensions

ExtensionOfMediaPlayer

implicit final class ExtensionOfMediaPlayer extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtensionOfMediaPlayer
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtensionOfMediaPlayer(base: MediaPlayer)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def asScala: ExtensionOfMediaPlayer

  6. val base: MediaPlayer

  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def onBufferingUpdate[A](fn: (MediaPlayer, Int) ⇒ A): Unit

    Annotations
    @inline()
  10. def onBufferingUpdate0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  11. def onCompletion[A](fn: (MediaPlayer) ⇒ A): Unit

    Annotations
    @inline()
  12. def onCompletion0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  13. def onError(fn: (MediaPlayer, Int, Int) ⇒ Boolean): Unit

    Annotations
    @inline()
  14. def onError0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  15. def onInfo(fn: (MediaPlayer, Int, Int) ⇒ Boolean): Unit

    Annotations
    @inline()
  16. def onInfo0(fn: ⇒ Boolean): Unit

    Annotations
    @inline()
  17. def onPrepared[A](fn: (MediaPlayer) ⇒ A): Unit

    Annotations
    @inline()
  18. def onPrepared0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  19. def onSeekComplete[A](fn: (MediaPlayer) ⇒ A): Unit

    Annotations
    @inline()
  20. def onSeekComplete0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  21. def onTimedMetaDataAvailable[A](fn: (MediaPlayer, TimedMetaData) ⇒ A): Unit

    Annotations
    @inline()
  22. def onTimedMetaDataAvailable0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  23. def onTimedText[A](fn: (MediaPlayer, TimedText) ⇒ A): Unit

    Annotations
    @inline()
  24. def onTimedText0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  25. def onVideoSizeChanged[A](fn: (MediaPlayer, Int, Int) ⇒ A): Unit

    Annotations
    @inline()
  26. def onVideoSizeChanged0[A](fn: ⇒ A): Unit

    Annotations
    @inline()
  27. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped