TvContract.Programs.ColumnBroadcastGenre Field

Definition

The comma-separated genre string of this TV program.

[Android.Runtime.Register("COLUMN_BROADCAST_GENRE")]
public const string ColumnBroadcastGenre;
[<Android.Runtime.Register("COLUMN_BROADCAST_GENRE")>]
val mutable ColumnBroadcastGenre : string

Field Value

Attributes

Remarks

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. 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

Java documentation for android.media.tv.TvContract.Programs.COLUMN_BROADCAST_GENRE.

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