Compartilhar via


ImageDecoder.AllocatorSharedMemory Campo

Definição

Cuidado

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

Use memória compartilhada para a memória de pixel.

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

Valor do campo

Value = 2
Atributos

Comentários

Use memória compartilhada para a memória de pixel.

Útil para compartilhamento entre processos.

Documentação Java para android.graphics.ImageDecoder.ALLOCATOR_SHARED_MEMORY.

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