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 BrightcoveTextInformationFrame
version.
-
-
Constructor Summary
Constructors Constructor Description TextInformationFrameExoPlayer2Mapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextInformationFrame
apply(com.google.android.exoplayer2.metadata.id3.TextInformationFrame input1)
ConvertsI1 to
O
.
-
-
-
Method Detail
-
apply
@NonNull public TextInformationFrame apply(@NonNull com.google.android.exoplayer2.metadata.id3.TextInformationFrame input1)
Description copied from interface:Function
ConvertsI1 to
O
.- Specified by:
apply
in interfaceFunction<com.google.android.exoplayer2.metadata.id3.TextInformationFrame,TextInformationFrame>
- Parameters:
input1
- First input- Returns:
- output of type O
-
-