Class TextInformationFrameExoPlayer2Mapper

java.lang.Object
com.brightcove.player.metadata.TextInformationFrameExoPlayer2Mapper
All Implemented Interfaces:
Function<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>

public final class TextInformationFrameExoPlayer2Mapper extends Object implements Function<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>
Maps the ExoPlayer2 TextInformationFrame version to the Brightcove TextInformationFrame version.
  • Constructor Details

    • TextInformationFrameExoPlayer2Mapper

      public TextInformationFrameExoPlayer2Mapper()
  • Method Details

    • apply

      @NonNull public TextInformationFrame apply(@NonNull com.google.android.exoplayer2.metadata.id3.TextInformationFrame input1)
      Description copied from interface: Function
      Converts I1 to O.
      Specified by:
      apply in interface Function<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>
      Parameters:
      input1 - First input
      Returns:
      output of type O