Package com.brightcove.player.metadata
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 java.lang.Object implements Function<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>
Maps the ExoPlayer2 TextInformationFrame version to the BrightcoveTextInformationFrameversion.
-
-
Constructor Summary
Constructors Constructor Description TextInformationFrameExoPlayer2Mapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextInformationFrameapply(com.google.android.exoplayer2.metadata.id3.TextInformationFrame input1)ConvertsI1 toO.
-
-
-
Method Detail
-
apply
@NonNull public TextInformationFrame apply(@NonNull com.google.android.exoplayer2.metadata.id3.TextInformationFrame input1)
Description copied from interface:FunctionConvertsI1 toO.- Specified by:
applyin interfaceFunction<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>- Parameters:
input1- First input- Returns:
- output of type O
-
-