ImageDecoder.AllocatorSharedMemory Campo

Definizione

Attenzione

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

Usare la memoria condivisa per la memoria 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

Valore del campo

Value = 2
Attributi

Commenti

Usare la memoria condivisa per la memoria pixel.

Utile per la condivisione tra processi.

Documentazione java per android.graphics.ImageDecoder.ALLOCATOR_SHARED_MEMORY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a