SampleQueue.UpstreamFormatChangedListener


public interface SampleQueue.UpstreamFormatChangedListener


A listener for changes to the upstream format.

Summary

Public methods

abstract void

Called on the loading thread when an upstream format change occurs.

Public methods

onUpstreamFormatChanged

abstract void onUpstreamFormatChanged(Format format)

Called on the loading thread when an upstream format change occurs.

Parameters
Format format

The new upstream format.