Android.Views.FrameStats Members

The members of Android.Views.FrameStats are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
UndefinedTimeNanolong (-1). Undefined time.

Public Properties

[read-only]
EndTimeNanolong. Gets the end time of the interval for which these statistics apply.
[read-only]
FrameCountint. Gets the number of frames for which there is data.
[read-only]
RefreshPeriodNanolong. Gets the refresh period of the display hosting the window(s) for which these statistics apply.
[read-only]
StartTimeNanolong. Gets the start time of the interval for which these statistics apply.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetFramePresentedTimeNano(int) : long
Get the time a frame at a given index was presented.