SignalingDataInfo.Table Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The signaling table data, represented as a XML, JSON or BASE64 string.
public string Table { [Android.Runtime.Register("getTable", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTable", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.Table : string
Property Value
The signaling table data.
- Attributes
Remarks
The signaling table data, represented as a XML, JSON or BASE64 string.
For more details on how this data is formatted refer to the ATSC standard A/344:2023-5 9.2.10 - Query Signaling Data API.
Java documentation for android.media.tv.SignalingDataInfo.getTable()
.
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.