Android.Renderscripts.Allocation.Surface Property
Returns the handle to a raw buffer that is being managed by the screen compositor.

Syntax

[get: Android.Runtime.Register("getSurface", "()Landroid/view/Surface;", "GetGetSurfaceHandler")]
[set: Android.Runtime.Register("setSurface", "(Landroid/view/Surface;)V", "GetSetSurface_Landroid_view_Surface_Handler")]
public virtual Android.Views.Surface Surface { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the handle to a raw buffer that is being managed by the screen compositor. This operation is only valid for Allocations with Allocation.USAGE_IO_INPUT.

Set method documentation [Android Documentation]

Associate a Android.Views.Surface with this Allocation. This operation is only valid for Allocations with Allocation.USAGE_IO_OUTPUT.

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16