TvRecordingClient.RecordingCallback.OnRecordingStopped(Uri) Method

Definition

This is called when the current 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("onRecordingStopped", "(Landroid/net/Uri;)V", "GetOnRecordingStopped_Landroid_net_Uri_Handler", ApiSince=24)]
public virtual void OnRecordingStopped (Android.Net.Uri? recordedProgramUri);
[<Android.Runtime.Register("onRecordingStopped", "(Landroid/net/Uri;)V", "GetOnRecordingStopped_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member OnRecordingStopped : Android.Net.Uri -> unit
override this.OnRecordingStopped : Android.Net.Uri -> unit

Parameters

recordedProgramUri
Uri

The URI for the newly recorded program.

Attributes

Remarks

This is called when the current recording session has stopped recording and created a new data entry in the TvContract.RecordedPrograms table that describes the newly recorded program.

Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onRecordingStopped(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