SyncParams.FrameRate Property

Definition

Retrieves the video frame rate hint.

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

Property Value

frame rate factor. A non-negative number representing the maximum deviation of the playback rate from the playback rate set. (abs(actual_rate - set_rate) / set_rate), or a negative number representing the desire to clear a previous hint using these params.

Attributes

Remarks

Retrieves the video frame rate hint.

Java documentation for android.media.SyncParams.getFrameRate().

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