java.lang.Object | |
↳ | android.media.tv.TvContract.Programs |
Column definitions for the TV programs table.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TvContract.Programs.Genres | Canonical genres for TV programs. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COLUMN_AUDIO_LANGUAGE | The comma-separated audio languages of this TV program. | |||||||||
String | COLUMN_BROADCAST_GENRE | The comma-separated genre string of this TV program. | |||||||||
String | COLUMN_CANONICAL_GENRE | The comma-separated canonical genre string of this TV program. | |||||||||
String | COLUMN_CHANNEL_ID | The ID of the TV channel that contains this TV program. | |||||||||
String | COLUMN_END_TIME_UTC_MILLIS | The end time of this TV program, in milliseconds since the epoch. | |||||||||
String | COLUMN_INTERNAL_PROVIDER_DATA | Internal data used by individual TV input services. | |||||||||
String | COLUMN_LONG_DESCRIPTION | The detailed, lengthy description of this TV program that is displayed only when the user wants to see more information. | |||||||||
String | COLUMN_POSTER_ART_URI | The URI for the poster art of this TV program. | |||||||||
String | COLUMN_SHORT_DESCRIPTION | The short description of this TV program that is displayed to the user by default. | |||||||||
String | COLUMN_START_TIME_UTC_MILLIS | The start time of this TV program, in milliseconds since the epoch. | |||||||||
String | COLUMN_THUMBNAIL_URI | The URI for the thumbnail of this TV program. | |||||||||
String | COLUMN_TITLE | The title of this TV program. | |||||||||
String | COLUMN_VERSION_NUMBER | The version number of this row entry used by TV input services. | |||||||||
String | CONTENT_ITEM_TYPE | The MIME type of a single TV program. | |||||||||
String | CONTENT_TYPE | The MIME type of a directory of TV programs. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.media.tv.TvContract.BaseTvColumns
| |||||||||||
From interface
android.provider.BaseColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URI for this table. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The comma-separated audio languages of this TV program.
This is used to describe available audio languages included in the program. Use 3-character language code as specified by ISO 639-2.
Type: TEXT
The comma-separated genre string of this TV program.
Use the same language appeared in the underlying broadcast standard, if applicable. (For example, one can refer to the genre strings used in Genre Descriptor of ATSC A/65 or Content Descriptor of ETSI EN 300 468, if appropriate.) Otherwise, leave empty.
Type: TEXT
The comma-separated canonical genre string of this TV program.
Canonical genres are defined in TvContract.Programs.Genres
. Use Genres.encode()
to create a text that can be stored in this column. Use Genres.decode()
to get the canonical genre strings from the text stored in this column.
Type: TEXT
The ID of the TV channel that contains this TV program.
This is a part of the channel URI and matches to _ID
.
Type: INTEGER (long)
The end time of this TV program, in milliseconds since the epoch.
Type: INTEGER (long)
Internal data used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Type: BLOB
The detailed, lengthy description of this TV program that is displayed only when the user wants to see more information.
TV input services should leave this field empty if they have no additional details beyond
COLUMN_SHORT_DESCRIPTION
.
Type: TEXT
The URI for the poster art of this TV program.
Can be empty.
Type: TEXT
The short description of this TV program that is displayed to the user by default.
It is recommended to limit the length of the descriptions to 256 characters.
Type: TEXT
The start time of this TV program, in milliseconds since the epoch.
Type: INTEGER (long)
The URI for the thumbnail of this TV program.
Can be empty.
Type: TEXT
The title of this TV program.
Type: TEXT
The version number of this row entry used by TV input services.
This is best used by sync adapters to identify the rows to update. The number can be
defined by individual TV input services. One may assign the same value as
version_number
in ETSI EN 300 468 or ATSC A/65, if the data are coming from a TV
broadcast.
Type: INTEGER
The MIME type of a single TV program.
The MIME type of a directory of TV programs.