TvInteractiveAppService.Session.RequestStopRecording(String) 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.
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()
.
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.