GpuHeadroomCalculationType Enum

Definition

Defines gpu headroom calculation type values used by the Android OS API.

public enum GpuHeadroomCalculationType
type GpuHeadroomCalculationType = 
Inheritance
GpuHeadroomCalculationType

Fields

Name Value Description
Min 0

The headroom calculation type bases on minimum value over a specified window.

Average 1

The headroom calculation type bases on average value over a specified window.

Remarks

Defines the calculation types used when querying GPU headroom.

Java documentation for android.os.GpuHeadroomParams.

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