Interface ExoPlayerVideoDisplayComponent.CaptionListener

Enclosing class:
ExoPlayerVideoDisplayComponent

public static interface ExoPlayerVideoDisplayComponent.CaptionListener
A listener for receiving notifications of timed text.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCues(List<com.google.android.exoplayer2.text.Cue> cues)
     
  • Method Details

    • onCues

      void onCues(List<com.google.android.exoplayer2.text.Cue> cues)