TvContract.Programs.ColumnGlobalContentId Field
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.
The global content ID of this TV program, as a URI.
[Android.Runtime.Register("COLUMN_GLOBAL_CONTENT_ID", ApiSince=30)]
public const string ColumnGlobalContentId;
[<Android.Runtime.Register("COLUMN_GLOBAL_CONTENT_ID", ApiSince=30)>]
val mutable ColumnGlobalContentId : string
Field Value
- Attributes
Remarks
The global content ID of this TV program, as a URI.
A globally unique ID that identifies this TV program, if applicable. Suitable URIs include <ul> <li>crid://<CRIDauthority>/<data>
from ETSI TS 102 323 <li>globalContentId
from ATSC A/332 <li>Other broadcast ID provider. ex http://example.com/tv_program/1234
</ul>
Can be empty.
Type: TEXT
Java documentation for android.media.tv.TvContract.Programs.COLUMN_GLOBAL_CONTENT_ID
.
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.