Share via


TvRecordingInfo.RecordingUri Property

Definition

The uri of the recording in local storage.

public Android.Net.Uri? RecordingUri { [Android.Runtime.Register("getRecordingUri", "()Landroid/net/Uri;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getRecordingUri", "()Landroid/net/Uri;", "", ApiSince=34)>]
member this.RecordingUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The uri of the recording in local storage.

Could be null in the event that the recording has not been completed.

Java documentation for android.media.tv.TvRecordingInfo.getRecordingUri().

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