ProgressiveMediaSource.Listener


interface ProgressiveMediaSource.Listener


A listener of progressive media sources, which will be notified of source events.

Summary

Public functions

Unit
onSeekMap(source: MediaSource!, seekMap: SeekMap!)

Called when the SeekMap of the source has been extracted from the stream.

Public functions

onSeekMap

fun onSeekMap(source: MediaSource!, seekMap: SeekMap!): Unit

Called when the SeekMap of the source has been extracted from the stream.

Called on the playback thread.

Parameters
source: MediaSource!

The MediaSource whose SeekMap has been extracted from the stream.

seekMap: SeekMap!

The source's SeekMap.