Class TextInformationFrameExoPlayer2Mapper

  • All Implemented Interfaces:
    Function<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,​TextInformationFrame>

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

      • TextInformationFrameExoPlayer2Mapper

        public TextInformationFrameExoPlayer2Mapper()
    • Method Detail

      • 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