SignalingDataRequest.SignalingDataTypes 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.
Gets the signaling data types for which data should be retrieved.
public System.Collections.Generic.IList<string> SignalingDataTypes { [Android.Runtime.Register("getSignalingDataTypes", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSignalingDataTypes", "()Ljava/util/List;", "", ApiSince=36)>]
member this.SignalingDataTypes : System.Collections.Generic.IList<string>
Property Value
The signaling data types for which data should be retrieved.
- Attributes
Remarks
Gets the signaling data types for which data should be retrieved.
For more details on each type of metadata that can be requested, refer to the ATSC standard A/344:2023-5 9.2.10 - Query Signaling Data API.
Java documentation for android.media.tv.SignalingDataRequest.getSignalingDataTypes()
.
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.