HardwareBufferRenderer.RenderResult.Success Campo

Definición

Precaución

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

La solicitud de representación se completó correctamente

[Android.Runtime.Register("SUCCESS", 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 Success = 0;
[<Android.Runtime.Register("SUCCESS", 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 Success : Android.Graphics.HardwareBufferRenderResult

Valor de campo

Value = 0
Atributos

Comentarios

La solicitud de representación se completó correctamente

Java documentación para android.graphics.HardwareBufferRenderer.RenderResult.SUCCESS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a