TvInputInfo.Builder.SetCanPauseRecording(Boolean) Method
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.
Sets whether this TV input can pause recording TV programs or not.
[Android.Runtime.Register("setCanPauseRecording", "(Z)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=31)]
public Android.Media.TV.TvInputInfo.Builder SetCanPauseRecording(bool canPauseRecording);
[<Android.Runtime.Register("setCanPauseRecording", "(Z)Landroid/media/tv/TvInputInfo$Builder;", "", ApiSince=31)>]
member this.SetCanPauseRecording : bool -> Android.Media.TV.TvInputInfo.Builder
Parameters
- canPauseRecording
- Boolean
Whether this TV input can pause recording TV programs.
Returns
This Builder object to allow for chaining of calls to builder methods. This value cannot be null.
- Attributes
Remarks
Sets whether this TV input can pause recording TV programs or not.
Android reference for android.media.tv.TvInputInfo.Builder.setCanPauseRecording.
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.