다음을 통해 공유


TvInputManager.TvMessageKeySubtype Field

Definition

This constant is used as a Bundle key for TV messages.

[Android.Runtime.Register("TV_MESSAGE_KEY_SUBTYPE", ApiSince=34)]
public const string TvMessageKeySubtype;
[<Android.Runtime.Register("TV_MESSAGE_KEY_SUBTYPE", ApiSince=34)>]
val mutable TvMessageKeySubtype : string

Field Value

Attributes

Remarks

This constant is used as a Bundle key for TV messages. The value of the key identifies the subtype of the data, such as the format of the CC data. The format found at this key can then be used to identify how to parse the data at #TV_MESSAGE_KEY_RAW_DATA.

To parse the raw data based on the subtype, please refer to the official documentation of the concerning subtype. For example, for the subtype #TV_MESSAGE_SUBTYPE_WATERMARKING_A335, the document for A/335 from the ATSC standard details how this data is formatted. Similarly, the subtype #TV_MESSAGE_SUBTYPE_CC_608E is documented in the ANSI/CTA standard for 608-E. These subtypes are examples of common formats for their respective uses and other subtypes may exist.

Type: String

Java documentation for android.media.tv.TvInputManager.TV_MESSAGE_KEY_SUBTYPE.

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