StreamInspectorFragment.IStreamProvider

public interface IStreamProvider

This interface is used by the StreamInspector for getting the streams to inspect along with their properties.

Methods

getStreamProperties

public List<StreamProperty> getStreamProperties()

Provide the list of properties to show for each stream (a null value shows all properties)

getStreams

public List<IStream> getStreams()

Provides the list of the streams to show in the inspector

Returns:the list of the streams to inspect