From 7752244e47543ccdc8a45c05c769d6cac32b762b Mon Sep 17 00:00:00 2001
From: Jae Seo
* A value of 1 indicates the channel is included in the channel list that applications use
* to browse channels, a value of 0 indicates the channel is not included in the list. If
- * not specified, this value is set to 1 by default.
+ * not specified, this value is set to 1 (browsable) by default.
*
* Type: INTEGER (boolean)
*
+ * In some regions, it is not allowed to surface search results for a given channel without
+ * broadcaster's consent. This is used to impose such restriction. A value of 1 indicates
+ * the channel is searchable and can be included in search results, a value of 0 indicates
+ * the channel and its TV programs are hidden from search. If not specified, this value is
+ * set to 1 (searchable) by default.
+ *
+ * Type: INTEGER (boolean)
+ *
+ * This is primarily used for alternative parental control to prevent unauthorized users
+ * from watching the current channel regardless of the content rating. A value of 1
+ * indicates the channel is locked and the user is required to enter passcode to unlock it
+ * in order to watch the current program from the channel, a value of 0 indicates the
+ * channel is not locked thus the user is not prompted to enter passcode If not specified,
+ * this value is set to 0 (not locked) by default.
+ *
+ * Type: INTEGER (boolean)
+ *
@@ -543,6 +573,33 @@ public final class TvContract {
*/
public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis";
+ /**
+ * 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, use one of the
+ * following genres:
+ *
+ *
+ *
+ * Type: TEXT + *
+ */ + public static final String COLUMN_GENRE = "genre"; + /** * The description of this TV program that is displayed to the user by default. *@@ -565,6 +622,17 @@ public final class TvContract { */ public static final String COLUMN_LONG_DESCRIPTION = "long_description"; + /** + * 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 + *
+ */ + public static final String COLUMN_AUDIO_LANGUAGE = "audio_language"; + /** * Generic data used by TV input services. *