StreamInspectorFragment¶
-
public class
StreamInspectorFragmentextends Fragment¶ This fragment provides a way for visually getting and/or updating the video properties of a list of
IStreamobjects. Also, you can specify a filter for getting only a subset of stream properties you are interested in. You can attach this fragment to any activity, provided that it implements theStreamInspectorFragment.IStreamProviderinterface.
Methods¶
newInstance¶
-
public static StreamInspectorFragment
newInstance()¶ Provides a new istance of this fragment
Returns: the StreamInspectorFragment instance
onCreateView¶
-
public View
onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)¶