Language

TvContract.WatchNextPrograms.ColumnPreviewVideoUri Field

Definition

The URI for the preview video.

[Android.Runtime.Register("COLUMN_PREVIEW_VIDEO_URI", ApiSince=26)]
public const string ColumnPreviewVideoUri;
[<Android.Runtime.Register("COLUMN_PREVIEW_VIDEO_URI", ApiSince=26)>]
val mutable ColumnPreviewVideoUri : string

Field Value

Attributes

Remarks

The URI for the preview video.

The data in the column must be a URL, or a URI in one of the following formats: content (ContentResolver.SCHEME_CONTENT); android.resource (ContentResolver.SCHEME_ANDROID_RESOURCE); file (ContentResolver.SCHEME_FILE)

Can be empty.

Type: TEXT

Android reference for android.media.tv.TvContract.WatchNextPrograms.COLUMN_PREVIEW_VIDEO_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