Share via


GpuHeadroomParams.GpuHeadroomCalculationTypeMin Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.GpuHeadroomCalculationType enum directly instead of this field.

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

[Android.Runtime.Register("GPU_HEADROOM_CALCULATION_TYPE_MIN", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.GpuHeadroomCalculationType enum directly instead of this field.", true)]
public const Android.OS.GpuHeadroomCalculationType GpuHeadroomCalculationTypeMin = 0;
[<Android.Runtime.Register("GPU_HEADROOM_CALCULATION_TYPE_MIN", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.GpuHeadroomCalculationType enum directly instead of this field.", true)>]
val mutable GpuHeadroomCalculationTypeMin : Android.OS.GpuHeadroomCalculationType

Field Value

Value = 0
Attributes

Remarks

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

Java documentation for android.os.GpuHeadroomParams.GPU_HEADROOM_CALCULATION_TYPE_MIN.

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