MediaCodecInfo.VideoCapabilities.SupportedHeights Property

Definition

Returns the range of supported video heights.

public Android.Util.Range? SupportedHeights { [Android.Runtime.Register("getSupportedHeights", "()Landroid/util/Range;", "")] get; }
[<get: Android.Runtime.Register("getSupportedHeights", "()Landroid/util/Range;", "")>]
member this.SupportedHeights : Android.Util.Range

Property Value

Attributes

Remarks

Returns the range of supported video heights. <p class=note> 32-bit processes will not support resolutions larger than 4096x4096 due to the limited address space.

Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedHeights().

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