TvRecordingClient.RecordingCallback.OnRecordingStopped(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.
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.
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.