TvTrackInfo.VideoActiveFormatDescription 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.
Returns the Active Format Description (AFD) code of the video.
public sbyte VideoActiveFormatDescription { [Android.Runtime.Register("getVideoActiveFormatDescription", "()B", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getVideoActiveFormatDescription", "()B", "", ApiSince=24)>]
member this.VideoActiveFormatDescription : sbyte
Property Value
- Attributes
Remarks
Returns the Active Format Description (AFD) code of the video. Valid only for #TYPE_VIDEO
tracks.
The complete list of values are defined in ETSI TS 101 154 V1.7.1 Annex B, ATSC A/53 Part 4 and SMPTE 2016-1-2007.
Java documentation for android.media.tv.TvTrackInfo.getVideoActiveFormatDescription()
.
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.