TvInputInfo.TunerCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of tuners this TV input has.
public int TunerCount { [Android.Runtime.Register("getTunerCount", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTunerCount", "()I", "", ApiSince=24)>]
member this.TunerCount : int
Property Value
- Attributes
Remarks
Returns the number of tuners this TV input has.
This method is valid only for inputs of type #TYPE_TUNER
. For inputs of other types, it returns 0.
Tuners correspond to physical/logical resources that allow reception of TV signal. Having N tuners means that the TV input is capable of receiving N different channels concurrently.
Java documentation for android.media.tv.TvInputInfo.getTunerCount()
.
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.