TvContract.RecordedPrograms
public
static
final
class
TvContract.RecordedPrograms
extends Object
implements
TvContract.BaseTvColumns
java.lang.Object | |
↳ | android.media.tv.TvContract.RecordedPrograms |
Column definitions for the recorded TV programs table.
By default, the query results will be sorted by COLUMN_START_TIME_UTC_MILLIS
in
ascending order.
Summary
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 recorded 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 provides this recorded program. |
String |
COLUMN_CONTENT_RATING
The comma-separated content ratings of this TV program. |
String |
COLUMN_END_TIME_UTC_MILLIS
The end time of the original TV program, in milliseconds since the epoch. |
String |
COLUMN_EPISODE_DISPLAY_NUMBER
The episode display number of this TV program for episodic TV shows. |
String |
COLUMN_EPISODE_TITLE
The episode title of this TV program for episodic TV shows. |
String |
COLUMN_INPUT_ID
The ID of the TV input service that is associated with this recorded program. |
String |
COLUMN_INTERNAL_PROVIDER_DATA
Internal data used by individual TV input services. |
String |
COLUMN_INTERNAL_PROVIDER_FLAG1
Internal integer flag used by individual TV input services. |
String |
COLUMN_INTERNAL_PROVIDER_FLAG2
Internal integer flag used by individual TV input services. |
String |
COLUMN_INTERNAL_PROVIDER_FLAG3
Internal integer flag used by individual TV input services. |
String |
COLUMN_INTERNAL_PROVIDER_FLAG4
Internal integer flag used by individual TV input services. |
String |
COLUMN_INTERNAL_PROVIDER_ID
The internal ID 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_MULTI_SERIES_ID
The comma-separated series IDs of this TV program for episodic TV shows. |
String |
COLUMN_POSTER_ART_URI
The URI for the poster art of this TV program. |
String |
COLUMN_RECORDING_DATA_BYTES
The data size (in bytes) for this recorded program. |
String |
COLUMN_RECORDING_DATA_URI
The URI of the recording data for this recorded program. |
String |
COLUMN_RECORDING_DURATION_MILLIS
The duration (in milliseconds) of this recorded program. |
String |
COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS
The expiration time for this recorded program, in milliseconds since the epoch. |
String |
COLUMN_REVIEW_RATING
The review rating score for this program. |
String |
COLUMN_REVIEW_RATING_STYLE
The review rating score style used for |
String |
COLUMN_SEARCHABLE
The flag indicating whether this TV program is searchable or not. |
String |
COLUMN_SEASON_DISPLAY_NUMBER
The season display number of this TV program for episodic TV shows. |
String |
COLUMN_SEASON_TITLE
The title of the season for this TV program for episodic TV shows. |
String |
COLUMN_SERIES_ID
The series ID of this TV program for episodic TV shows. |
String |
COLUMN_SHORT_DESCRIPTION
The short description of this TV program that is displayed to the user by default. |
String |
COLUMN_SPLIT_ID
The split ID of this TV program for multi-part content, as a URI. |
String |
COLUMN_START_TIME_UTC_MILLIS
The start time of the original 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 |
COLUMN_VIDEO_HEIGHT
The height of the video for this TV program, in the unit of pixels. |
String |
COLUMN_VIDEO_WIDTH
The width of the video for this TV program, in the unit of pixels. |
String |
CONTENT_ITEM_TYPE
The MIME type of a single recorded TV program. |
String |
CONTENT_TYPE
The MIME type of a directory of recorded TV programs. |
int |
REVIEW_RATING_STYLE_PERCENTAGE
The review rating style for 0 to 100 point system. |
int |
REVIEW_RATING_STYLE_STARS
The review rating style for five star rating. |
int |
REVIEW_RATING_STYLE_THUMBS_UP_DOWN
The review rating style for thumbs-up and thumbs-down rating. |
Inherited constants |
---|
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
The content:// style URI for this table. |
Inherited methods | |
---|---|
Constants
COLUMN_AUDIO_LANGUAGE
public static final String COLUMN_AUDIO_LANGUAGE
The comma-separated audio languages of this TV program.
This is used to describe available audio languages included in the program. Use either ISO 639-1 or 639-2/T codes.
Type: TEXT
Constant Value: "audio_language"
COLUMN_BROADCAST_GENRE
public static final String COLUMN_BROADCAST_GENRE
The comma-separated genre string of this recorded 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. Use
Genres.encode()
to create a text that can be stored in this column.
Use Genres.decode()
to get the broadcast genre strings from the
text stored in the column.
Type: TEXT
Constant Value: "broadcast_genre"
COLUMN_CANONICAL_GENRE
public static final String COLUMN_CANONICAL_GENRE
The comma-separated canonical genre string of this TV program.
Canonical genres are defined in TvContract.Programs.Genres
. Use TvContract.Programs.Genres.encode(String)
to create a
text that can be stored in this column. Use TvContract.Programs.Genres.decode(String)
to get the canonical
genre strings from the text stored in the column.
Type: TEXT
See also:
Constant Value: "canonical_genre"
COLUMN_CHANNEL_ID
public static final String COLUMN_CHANNEL_ID
The ID of the TV channel that provides this recorded program.
This is a part of the channel URI and matches to BaseColumns#_ID
.
Type: INTEGER (long)
Constant Value: "channel_id"
COLUMN_CONTENT_RATING
public static final String COLUMN_CONTENT_RATING
The comma-separated content ratings of this TV program.
This is used to describe the content rating(s) of this program. Each comma-separated
content rating sub-string should be generated by calling
TvContentRating#flattenToString
. Note that in most cases the program content is
rated by a single rating system, thus resulting in a corresponding single sub-string that
does not require comma separation and multiple sub-strings appear only when the program
content is rated by two or more content rating systems. If any of those ratings is
specified as "blocked rating" in the user's parental control settings, the TV input
service should block the current content and wait for the signal that it is okay to
unblock.
Type: TEXT
Constant Value: "content_rating"
COLUMN_END_TIME_UTC_MILLIS
public static final String COLUMN_END_TIME_UTC_MILLIS
The end time of the original TV program, in milliseconds since the epoch.
Type: INTEGER (long)
Constant Value: "end_time_utc_millis"
COLUMN_EPISODE_DISPLAY_NUMBER
public static final String COLUMN_EPISODE_DISPLAY_NUMBER
The episode display number of this TV program for episodic TV shows.
This is used to indicate the episode number. (e.g. 1, 2 or 3) Note that the value does not necessarily be numeric. (e.g. 12B)
Can be empty.
Type: TEXT
Constant Value: "episode_display_number"
COLUMN_EPISODE_TITLE
public static final String COLUMN_EPISODE_TITLE
The episode title of this TV program for episodic TV shows.
Can be empty.
Type: TEXT
Constant Value: "episode_title"
COLUMN_INPUT_ID
public static final String COLUMN_INPUT_ID
The ID of the TV input service that is associated with this recorded program.
Use TvContract.buildInputId(ComponentName)
to build the ID.
This is a required field.
Type: TEXT
Constant Value: "input_id"
COLUMN_INTERNAL_PROVIDER_DATA
public static final String COLUMN_INTERNAL_PROVIDER_DATA
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
Constant Value: "internal_provider_data"
COLUMN_INTERNAL_PROVIDER_FLAG1
public static final String COLUMN_INTERNAL_PROVIDER_FLAG1
Internal integer flag used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Type: INTEGER
Constant Value: "internal_provider_flag1"
COLUMN_INTERNAL_PROVIDER_FLAG2
public static final String COLUMN_INTERNAL_PROVIDER_FLAG2
Internal integer flag used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Type: INTEGER
Constant Value: "internal_provider_flag2"
COLUMN_INTERNAL_PROVIDER_FLAG3
public static final String COLUMN_INTERNAL_PROVIDER_FLAG3
Internal integer flag used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Type: INTEGER
Constant Value: "internal_provider_flag3"
COLUMN_INTERNAL_PROVIDER_FLAG4
public static final String COLUMN_INTERNAL_PROVIDER_FLAG4
Internal integer flag used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Type: INTEGER
Constant Value: "internal_provider_flag4"
COLUMN_INTERNAL_PROVIDER_ID
public static final String COLUMN_INTERNAL_PROVIDER_ID
The internal ID used by individual TV input services.
This is internal to the provider that inserted it, and should not be decoded by other apps.
Can be empty.
Type: TEXT
Constant Value: "internal_provider_id"
COLUMN_LONG_DESCRIPTION
public static final String COLUMN_LONG_DESCRIPTION
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
Constant Value: "long_description"
COLUMN_MULTI_SERIES_ID
public static final String COLUMN_MULTI_SERIES_ID
The comma-separated series IDs of this TV program for episodic TV shows.
This is used to indicate the series IDs.
Programs in the same series share a series ID.
Use this instead of COLUMN_SERIES_ID
if more than one series IDs
are assigned to the TV program.
Can be empty.
Type: TEXT
Constant Value: "multi_series_id"
COLUMN_POSTER_ART_URI
public static final String COLUMN_POSTER_ART_URI
The URI for the poster art of this TV program.
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
Constant Value: "poster_art_uri"
COLUMN_RECORDING_DATA_BYTES
public static final String COLUMN_RECORDING_DATA_BYTES
The data size (in bytes) for this recorded program.
Together with COLUMN_RECORDING_DATA_URI
, applications can use this
information to manage recording storage.
Type: INTEGER (long)
See also:
Constant Value: "recording_data_bytes"
COLUMN_RECORDING_DATA_URI
public static final String COLUMN_RECORDING_DATA_URI
The URI of the recording data for this recorded program.
Together with COLUMN_RECORDING_DATA_BYTES
, applications can use this
information to manage recording storage. The URI should indicate a file or directory with
the scheme ContentResolver.SCHEME_FILE
.
Type: TEXT
See also:
Constant Value: "recording_data_uri"
COLUMN_RECORDING_DURATION_MILLIS
public static final String COLUMN_RECORDING_DURATION_MILLIS
The duration (in milliseconds) of this recorded program.
The actual duration of the recorded program can differ from the one calculated by
COLUMN_END_TIME_UTC_MILLIS
- COLUMN_START_TIME_UTC_MILLIS
as program
recording can be interrupted in the middle for some reason, resulting in a partially
recorded program, which is still playable.
Type: INTEGER
Constant Value: "recording_duration_millis"
COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS
public static final String COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS
The expiration time for this recorded program, in milliseconds since the epoch.
Recorded TV programs do not expire by default unless explicitly requested by the user or the user allows applications to delete them in order to free up disk space for future recording. However, some TV content can have expiration date set by the content provider when recorded. This field is used to indicate such a restriction.
Can be empty.
Type: INTEGER (long)
Constant Value: "recording_expire_time_utc_millis"
COLUMN_REVIEW_RATING
public static final String COLUMN_REVIEW_RATING
The review rating score for this program.
The format of the value is dependent on COLUMN_REVIEW_RATING_STYLE
. If the
style is REVIEW_RATING_STYLE_STARS
, the value should be a real number between
0.0 and 5.0. (e.g. "4.5") If the style is REVIEW_RATING_STYLE_THUMBS_UP_DOWN
,
the value should be two integers, one for thumbs-up count and the other for thumbs-down
count, with a comma between them. (e.g. "200,40") If the style is
REVIEW_RATING_STYLE_PERCENTAGE
, the value shoule be a real number between 0 and
100. (e.g. "99.9")
Type: TEXT
See also:
Constant Value: "review_rating"
COLUMN_REVIEW_RATING_STYLE
public static final String COLUMN_REVIEW_RATING_STYLE
The review rating score style used for COLUMN_REVIEW_RATING
.
The value should match one of the followings: REVIEW_RATING_STYLE_STARS
,
REVIEW_RATING_STYLE_THUMBS_UP_DOWN
, and REVIEW_RATING_STYLE_PERCENTAGE
.
Type: INTEGER
See also:
Constant Value: "review_rating_style"
COLUMN_SEARCHABLE
public static final String COLUMN_SEARCHABLE
The flag indicating whether this TV program is searchable or not.
The columns of searchable programs can be read by other applications that have proper permission. Care must be taken not to open sensitive data.
A value of 1 indicates that the program is searchable and its columns can be read by other applications, a value of 0 indicates that the program is hidden and its columns can be read only by the package that owns the program and the system. If not specified, this value is set to 1 (searchable) by default.
Type: INTEGER (boolean)
Constant Value: "searchable"
COLUMN_SEASON_DISPLAY_NUMBER
public static final String COLUMN_SEASON_DISPLAY_NUMBER
The season display number of this TV program for episodic TV shows.
This is used to indicate the season number. (e.g. 1, 2 or 3) Note that the value does not necessarily be numeric. (e.g. 12B)
Can be empty.
Type: TEXT
Constant Value: "season_display_number"
COLUMN_SEASON_TITLE
public static final String COLUMN_SEASON_TITLE
The title of the season for this TV program for episodic TV shows.
This is an optional field supplied only when the season has a special title
(e.g. The Final Season). If provided, the applications should display it instead of
COLUMN_SEASON_DISPLAY_NUMBER
, and should display it without alterations.
(e.g. for "The Final Season", displayed string should be "The Final Season", not
"Season The Final Season"). When displaying multiple programs, the order should be based
on COLUMN_SEASON_DISPLAY_NUMBER
, even when COLUMN_SEASON_TITLE
exists.
Can be empty.
Type: TEXT
Constant Value: "season_title"
COLUMN_SERIES_ID
public static final String COLUMN_SERIES_ID
The series ID of this TV program for episodic TV shows.
This is used to indicate the series ID. Programs in the same series share a series ID.
Can be empty.
Type: TEXT
Constant Value: "series_id"
COLUMN_SHORT_DESCRIPTION
public static final String COLUMN_SHORT_DESCRIPTION
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
Constant Value: "short_description"
COLUMN_SPLIT_ID
public static final String COLUMN_SPLIT_ID
The split ID of this TV program for multi-part content, as a URI.
A content may consist of multiple programs within the same channel or over several channels. For example, a film might be divided into two parts interrupted by a news in the middle or a longer sport event might be split into several parts over several channels. The split ID is used to identify all the programs in the same multi-part content. Suitable URIs include
crid://<CRIDauthority>/<data>#<IMI>
from ETSI TS 102 323
Can be empty.
Type: TEXT
Constant Value: "split_id"
COLUMN_START_TIME_UTC_MILLIS
public static final String COLUMN_START_TIME_UTC_MILLIS
The start time of the original TV program, in milliseconds since the epoch.
Type: INTEGER (long)
Constant Value: "start_time_utc_millis"
COLUMN_THUMBNAIL_URI
public static final String COLUMN_THUMBNAIL_URI
The URI for the thumbnail of this TV program.
The system can generate a thumbnail from the poster art if this column is not specified. Thus it is not necessary for TV input services to include a thumbnail if it is just a scaled image of the poster art.
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
Constant Value: "thumbnail_uri"
COLUMN_TITLE
public static final String COLUMN_TITLE
The title of this TV program.
If this program is an episodic TV show, it is recommended that the title is the series
title and its related fields (COLUMN_SEASON_TITLE
and/or
COLUMN_SEASON_DISPLAY_NUMBER
, COLUMN_SEASON_DISPLAY_NUMBER
,
COLUMN_EPISODE_DISPLAY_NUMBER
, and COLUMN_EPISODE_TITLE
) are filled in.
Type: TEXT
Constant Value: "title"
COLUMN_VERSION_NUMBER
public static final String COLUMN_VERSION_NUMBER
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
Constant Value: "version_number"
COLUMN_VIDEO_HEIGHT
public static final String COLUMN_VIDEO_HEIGHT
The height of the video for this TV program, in the unit of pixels.
Together with COLUMN_VIDEO_WIDTH
this is used to determine the video
resolution of the current TV program. Can be empty if it is not known initially or the
program does not convey any video such as the programs from type
Channels#SERVICE_TYPE_AUDIO
channels.
Type: INTEGER
Constant Value: "video_height"
COLUMN_VIDEO_WIDTH
public static final String COLUMN_VIDEO_WIDTH
The width of the video for this TV program, in the unit of pixels.
Together with COLUMN_VIDEO_HEIGHT
this is used to determine the video
resolution of the current TV program. Can be empty if it is not known initially or the
program does not convey any video such as the programs from type
Channels#SERVICE_TYPE_AUDIO
channels.
Type: INTEGER
Constant Value: "video_width"
CONTENT_ITEM_TYPE
public static final String CONTENT_ITEM_TYPE
The MIME type of a single recorded TV program.
Constant Value: "vnd.android.cursor.item/recorded_program"
CONTENT_TYPE
public static final String CONTENT_TYPE
The MIME type of a directory of recorded TV programs.
Constant Value: "vnd.android.cursor.dir/recorded_program"
REVIEW_RATING_STYLE_PERCENTAGE
public static final int REVIEW_RATING_STYLE_PERCENTAGE
The review rating style for 0 to 100 point system.
See also:
Constant Value: 2 (0x00000002)
REVIEW_RATING_STYLE_STARS
public static final int REVIEW_RATING_STYLE_STARS
The review rating style for five star rating.
See also:
Constant Value: 0 (0x00000000)
REVIEW_RATING_STYLE_THUMBS_UP_DOWN
public static final int REVIEW_RATING_STYLE_THUMBS_UP_DOWN
The review rating style for thumbs-up and thumbs-down rating.
See also:
Constant Value: 1 (0x00000001)
Fields
CONTENT_URI
public static final Uri CONTENT_URI
The content:// style URI for this table.
SQL selection is not supported for ContentResolver#query
,
ContentResolver#update
and ContentResolver#delete
operations.