SignalingDataResponse.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 a list of types of metadata that are contained in this response.
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
A list of types of metadata that are contained in this response.
- Attributes
Remarks
Gets a list of types of metadata that are contained in this response.
This list correlates to all the available types that can be found within #getSignalingDataInfoList(). This list is determined by the types specified in SignalingDataRequest#getSignalingDataTypes().
A list of types available are defined in SignalingDataRequest. For more information about these types, see A/344:2023-5 9.2.10 - Query Signaling Data API.
Java documentation for android.media.tv.SignalingDataResponse.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.