TvRecordingInfo.ProgramUri Property
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.
Returns the uri of the scheduled program or series.
public Android.Net.Uri? ProgramUri { [Android.Runtime.Register("getProgramUri", "()Landroid/net/Uri;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getProgramUri", "()Landroid/net/Uri;", "", ApiSince=34)>]
member this.ProgramUri : Android.Net.Uri
Property Value
- Attributes
Remarks
Returns the uri of the scheduled program or series.
For recordings scheduled using scheduleRecording, this value may be null. A non-null programUri implies the started recording should be of that specific program, whereas a null programUri does not impose such a requirement and the recording can span across multiple TV programs.
Java documentation for android.media.tv.TvRecordingInfo.getProgramUri()
.
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.