TrackChangeEvent.VideoFrameRate Property

Definition

Gets video frame rate.

public float VideoFrameRate { [Android.Runtime.Register("getVideoFrameRate", "()F", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getVideoFrameRate", "()F", "", ApiSince=31)>]
member this.VideoFrameRate : single

Property Value

the video frame rate, or -1 if unknown.

Attributes

Remarks

Gets video frame rate.

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

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