Language

TvInputInfo.Builder.SetCanRecord(Boolean) Method

Definition

Sets whether this TV input can record TV programs or not.

[Android.Runtime.Register("setCanRecord", "(Z)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)]
public Android.Media.TV.TvInputInfo.Builder? SetCanRecord(bool canRecord);
[<Android.Runtime.Register("setCanRecord", "(Z)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=24)>]
member this.SetCanRecord : bool -> Android.Media.TV.TvInputInfo.Builder

Parameters

canRecord
Boolean

Whether this TV input can record TV programs.

Returns

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

Attributes

Remarks

Sets whether this TV input can record TV programs or not.

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

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