Package com.brightcove.player.metadata
Interface TextInformationFrameListener
-
public interface TextInformationFrameListener
The Text Information Frame listener.
-
-
Field Summary
Fields Modifier and Type Field Description static TextInformationFrameListener
DISABLED
Default TextInformationFrameListener used to prevent the caller from callingonTextInformationFrame(TextInformationFrame, long)
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTextInformationFrame(TextInformationFrame textInformationFrame, long playheadPositionMs)
Called when the player finds an ID3 Metadata of typeTextInformationFrame
in the Video.
-
-
-
Field Detail
-
DISABLED
static final TextInformationFrameListener DISABLED
Default TextInformationFrameListener used to prevent the caller from callingonTextInformationFrame(TextInformationFrame, long)
.
-
-
Method Detail
-
onTextInformationFrame
void onTextInformationFrame(@NonNull TextInformationFrame textInformationFrame, long playheadPositionMs)
Called when the player finds an ID3 Metadata of typeTextInformationFrame
in the Video.- Parameters:
textInformationFrame
- the text information frameplayheadPositionMs
- the current playhead position
-
-