-
public interface TextInformationFrameListener
The Text Information Frame listener.
-
-
Method Summary
Modifier and Type Method Description abstract void
onTextInformationFrame(@NonNull() TextInformationFrame textInformationFrame, long playheadPositionMs)
Called when the player finds an ID3 Metadata of type TextInformationFrame in the Video. -
-
Method Detail
-
onTextInformationFrame
abstract void onTextInformationFrame(@NonNull() TextInformationFrame textInformationFrame, long playheadPositionMs)
Called when the player finds an ID3 Metadata of type TextInformationFrame in the Video.
- Parameters:
textInformationFrame
- the text information frameplayheadPositionMs
- the current playhead position
-
-
-
-