SignalingDataInfo.Version 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 version of the signalling element.
public int Version { [Android.Runtime.Register("getVersion", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getVersion", "()I", "", ApiSince=36)>]
member this.Version : int
Property Value
The version of the signalling element.
- Attributes
Remarks
Gets the version of the signalling element. For LLS, this should be the LLS_table_version. For SLS Metadata Objects, this should be metadataEnvelope
Java documentation for android.media.tv.SignalingDataInfo.getVersion()
.
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.