TvInputManager.TvInputList Property

Definition

Returns the complete list of TV inputs on the system.

public System.Collections.Generic.IList<Android.Media.TV.TvInputInfo>? TvInputList { [Android.Runtime.Register("getTvInputList", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getTvInputList", "()Ljava/util/List;", "")>]
member this.TvInputList : System.Collections.Generic.IList<Android.Media.TV.TvInputInfo>

Property Value

List of TvInputInfo for each TV input that describes its meta information.

Attributes

Remarks

Returns the complete list of TV inputs on the system.

Java documentation for android.media.tv.TvInputManager.getTvInputList().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to