public interface TextInformationFrameListener
Modifier and Type | Field and Description |
---|---|
static TextInformationFrameListener |
DISABLED
Default TextInformationFrameListener used to prevent the caller from calling
onTextInformationFrame(TextInformationFrame, long) . |
Modifier and Type | Method and Description |
---|---|
void |
onTextInformationFrame(TextInformationFrame textInformationFrame,
long playheadPositionMs)
Called when the player finds an ID3 Metadata of type
TextInformationFrame in the Video. |
static final TextInformationFrameListener DISABLED
onTextInformationFrame(TextInformationFrame, long)
.void onTextInformationFrame(@NonNull TextInformationFrame textInformationFrame, long playheadPositionMs)
TextInformationFrame
in the Video.textInformationFrame
- the text information frameplayheadPositionMs
- the current playhead position