TvInteractiveAppService.Session.RequestStopRecording(String) Method

Definition

Requests the recording associated with the recordingId to stop.

[Android.Runtime.Register("requestStopRecording", "(Ljava/lang/String;)V", "GetRequestStopRecording_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void RequestStopRecording (string recordingId);
[<Android.Runtime.Register("requestStopRecording", "(Ljava/lang/String;)V", "GetRequestStopRecording_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member RequestStopRecording : string -> unit
override this.RequestStopRecording : string -> unit

Parameters

recordingId
String

The ID of the recording to stop. This is provided by the TV app in TvInteractiveAppView#notifyRecordingStarted(String, String)

Attributes

Remarks

Requests the recording associated with the recordingId to stop.

This is used to request the associated android.media.tv.TvRecordingClient to call android.media.tv.TvRecordingClient#stopRecording().

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.requestStopRecording(java.lang.String).

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