SurfaceTexture.ReleaseTexImage Method

Definition

Releases the the texture content.

[Android.Runtime.Register("releaseTexImage", "()V", "GetReleaseTexImageHandler")]
public virtual void ReleaseTexImage ();
[<Android.Runtime.Register("releaseTexImage", "()V", "GetReleaseTexImageHandler")>]
abstract member ReleaseTexImage : unit -> unit
override this.ReleaseTexImage : unit -> unit
Attributes

Remarks

Releases the the texture content. This is needed in single buffered mode to allow the image content producer to take ownership of the image buffer.

For more information see #SurfaceTexture(int, boolean).

Java documentation for android.graphics.SurfaceTexture.releaseTexImage().

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