ImageDecoder.AllocatorSharedMemory Field

Definition

Caution

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

Use shared memory for the pixel memory.

[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

Field Value

Value = 2
Attributes

Remarks

Use shared memory for the pixel memory.

Useful for sharing across processes.

Java documentation for android.graphics.ImageDecoder.ALLOCATOR_SHARED_MEMORY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to