Package com.brightcove.player.metadata
Interface TextInformationFrameListener
public interface TextInformationFrameListener
The Text Information Frame listener.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextInformationFrameListenerDefault TextInformationFrameListener used to prevent the caller from callingonTextInformationFrame(TextInformationFrame, long). -
Method Summary
Modifier and TypeMethodDescriptionvoidonTextInformationFrame(TextInformationFrame textInformationFrame, long playheadPositionMs) Called when the player finds an ID3 Metadata of typeTextInformationFramein the Video.
-
Field Details
-
DISABLED
Default TextInformationFrameListener used to prevent the caller from callingonTextInformationFrame(TextInformationFrame, long).
-
-
Method Details
-
onTextInformationFrame
void onTextInformationFrame(@NonNull TextInformationFrame textInformationFrame, long playheadPositionMs) Called when the player finds an ID3 Metadata of typeTextInformationFramein the Video.- Parameters:
textInformationFrame- the text information frameplayheadPositionMs- the current playhead position
-