PlaybackMetrics.VideoFramesPlayed Property

Definition

Gets video frames played.

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

Property Value

the video frames played, or -1 if unknown.

Attributes

Remarks

Gets video frames played.

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

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