Interface MetadataOutput
-
public interface MetadataOutput
Receives metadata output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMetadata(Metadata metadata)
Called when there is metadata associated with current playback time.
-
-
-
Method Detail
-
onMetadata
void onMetadata(Metadata metadata)
Called when there is metadata associated with current playback time.- Parameters:
metadata
- The metadata.
-
-