TvTrackInfo.VideoHeight Property

Definition

Returns the height of the video, in the unit of pixels.

public int VideoHeight { [Android.Runtime.Register("getVideoHeight", "()I", "")] get; }
[<get: Android.Runtime.Register("getVideoHeight", "()I", "")>]
member this.VideoHeight : int

Property Value

Attributes

Remarks

Returns the height of the video, in the unit of pixels. Valid only for #TYPE_VIDEO tracks.

Java documentation for android.media.tv.TvTrackInfo.getVideoHeight().

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.

Applies to