TvInputInfo.IsPassthroughInput Property

Definition

Returns true if this TV input is pass-though which does not have any real channels in TvProvider.

public bool IsPassthroughInput { [Android.Runtime.Register("isPassthroughInput", "()Z", "")] get; }
[<get: Android.Runtime.Register("isPassthroughInput", "()Z", "")>]
member this.IsPassthroughInput : bool

Property Value

Attributes

Remarks

Returns true if this TV input is pass-though which does not have any real channels in TvProvider. false otherwise.

Java documentation for android.media.tv.TvInputInfo.isPassthroughInput().

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

See also