TvInputService.RecordingSession.NotifyRecordingStopped(Uri) Method

Definition

Informs the application that this recording session has stopped recording and created a new data entry in the TvContract.RecordedPrograms table that describes the newly recorded program.

[Android.Runtime.Register("notifyRecordingStopped", "(Landroid/net/Uri;)V", "GetNotifyRecordingStopped_Landroid_net_Uri_Handler", ApiSince=24)]
public virtual void NotifyRecordingStopped (Android.Net.Uri? recordedProgramUri);
[<Android.Runtime.Register("notifyRecordingStopped", "(Landroid/net/Uri;)V", "GetNotifyRecordingStopped_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member NotifyRecordingStopped : Android.Net.Uri -> unit
override this.NotifyRecordingStopped : Android.Net.Uri -> unit

Parameters

recordedProgramUri
Uri

The URI of the newly recorded program.

Attributes

Remarks

Informs the application that this recording session has stopped recording and created a new data entry in the TvContract.RecordedPrograms table that describes the newly recorded program.

The recording session must call this method in response to #onStopRecording(). The session may call it even before receiving a call to #onStopRecording() if a partially recorded program is available when there is an error.

Java documentation for android.media.tv.TvInputService.RecordingSession.notifyRecordingStopped(android.net.Uri).

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