TvInputService.RecordingSession.NotifyRecordingStopped(Uri) 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.
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.
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.