MediaItemInfo.VideoSize Property

Definition

Returns the video size, in pixels, or a Size with width and height set to #VALUE_UNSPECIFIED if not specified.

public Android.Util.Size VideoSize { [Android.Runtime.Register("getVideoSize", "()Landroid/util/Size;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getVideoSize", "()Landroid/util/Size;", "", ApiSince=35)>]
member this.VideoSize : Android.Util.Size

Property Value

Attributes

Remarks

Returns the video size, in pixels, or a Size with width and height set to #VALUE_UNSPECIFIED if not specified.

Java documentation for android.media.metrics.MediaItemInfo.getVideoSize().

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