ProgressiveMediaSource.Listener


public interface ProgressiveMediaSource.Listener


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

Summary

Public methods

abstract void
onSeekMap(MediaSource source, SeekMap seekMap)

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

Public methods

onSeekMap

abstract void onSeekMap(MediaSource source, SeekMap seekMap)

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

Called on the playback thread.

Parameters
MediaSource source

The MediaSource whose SeekMap has been extracted from the stream.

SeekMap seekMap

The source's SeekMap.