Language

TvInputInfo.Builder.SetTunerCount(Int32) Method

Definition

Sets the tuner count.

[Android.Runtime.Register("setTunerCount", "(I)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)]
public Android.Media.TV.TvInputInfo.Builder? SetTunerCount(int tunerCount);
[<Android.Runtime.Register("setTunerCount", "(I)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)>]
member this.SetTunerCount : int -> Android.Media.TV.TvInputInfo.Builder

Parameters

tunerCount
Int32

The number of tuners this TV input has.

Returns

This Builder object to allow for chaining of calls to builder methods.

Attributes

Remarks

Sets the tuner count. Valid only for TvInputInfo.TYPE_TUNER.

Android reference for android.media.tv.TvInputInfo.Builder.setTunerCount.

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