Share via


PlaybackMetrics.VideoFramesDropped Property

Definition

Gets video frames dropped.

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

Property Value

the video frames dropped, or -1 if unknown.

Attributes

Remarks

Gets video frames dropped.

Java documentation for android.media.metrics.PlaybackMetrics.getVideoFramesDropped().

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