Partager via


ImageDecoder.AllocatorSharedMemory Champ

Définition

Attention

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

Utilisez la mémoire partagée pour la mémoire de pixels.

[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

Valeur de champ

Value = 2
Attributs

Remarques

Utilisez la mémoire partagée pour la mémoire de pixels.

Utile pour le partage entre les processus.

Documentation Java pour android.graphics.ImageDecoder.ALLOCATOR_SHARED_MEMORY.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à