TvRecordingClient.ResumeRecording Method

Definition

Overloads

ResumeRecording()

Resume TV program recording only in recording pause status in the current recording session.

ResumeRecording(Bundle)

Resume TV program recording only in recording pause status in the current recording session.

ResumeRecording()

Resume TV program recording only in recording pause status in the current recording session.

[Android.Runtime.Register("resumeRecording", "()V", "GetResumeRecordingHandler", ApiSince=31)]
public virtual void ResumeRecording ();
[<Android.Runtime.Register("resumeRecording", "()V", "GetResumeRecordingHandler", ApiSince=31)>]
abstract member ResumeRecording : unit -> unit
override this.ResumeRecording : unit -> unit
Attributes

Remarks

Resume TV program recording only in recording pause status in the current recording session. Recording is expected to resume immediately when this method is called. If recording has not yet paused in the current recording session, this method does nothing.

When record is resumed, the recording is continue and can not re-tune. Application can stop the recording with TvRecordingClient#stopRecording() after record resumed.

If the pause request cannot be fulfilled, the recording session will respond by calling RecordingCallback#onError(int).

Java documentation for android.media.tv.TvRecordingClient.resumeRecording().

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

ResumeRecording(Bundle)

Resume TV program recording only in recording pause status in the current recording session.

[Android.Runtime.Register("resumeRecording", "(Landroid/os/Bundle;)V", "GetResumeRecording_Landroid_os_Bundle_Handler", ApiSince=31)]
public virtual void ResumeRecording (Android.OS.Bundle params);
[<Android.Runtime.Register("resumeRecording", "(Landroid/os/Bundle;)V", "GetResumeRecording_Landroid_os_Bundle_Handler", ApiSince=31)>]
abstract member ResumeRecording : Android.OS.Bundle -> unit
override this.ResumeRecording : Android.OS.Bundle -> unit

Parameters

params
Bundle

Domain-specific data for this request.

Attributes

Remarks

Resume TV program recording only in recording pause status in the current recording session. Recording is expected to resume immediately when this method is called. If recording has not yet paused in the current recording session, this method does nothing.

When record is resumed, the recording is continues and can not re-tune. Application can stop the recording with TvRecordingClient#stopRecording() after record resumed.

If the resume request cannot be fulfilled, the recording session will respond by calling RecordingCallback#onError(int).

Java documentation for android.media.tv.TvRecordingClient.resumeRecording(android.os.Bundle).

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