Compartilhar via


HardwarePropertiesManager.DeviceTemperatureGpu Campo

Definição

Cuidado

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

Temperatura das GPUs em Celsius.

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

Valor do campo

Value = 1
Atributos

Comentários

Temperatura das GPUs em Celsius.

Documentação Java para android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_GPU.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a