TrackChangeEvent.Width Property

Definition

Gets video width.

public int Width { [Android.Runtime.Register("getWidth", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getWidth", "()I", "", ApiSince=31)>]
member this.Width : int

Property Value

the video width, or -1 if unknown.

Attributes

Remarks

Gets video width.

Java documentation for android.media.metrics.TrackChangeEvent.getWidth().

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