Compartilhar via


HardwareBufferRenderer.RenderResult.ErrorUnknown Campo

Definição

Cuidado

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

A solicitação de renderização falhou com um erro desconhecido

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

Valor do campo

Value = 1
Atributos

Comentários

A solicitação de renderização falhou com um erro desconhecido

Documentação Java para android.graphics.HardwareBufferRenderer.RenderResult.ERROR_UNKNOWN.

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