Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener.OnSurfaceTextureDestroyed C# (CSharp) Method

OnSurfaceTextureDestroyed() public method

public OnSurfaceTextureDestroyed ( Android surface ) : bool
surface Android
return bool
        public bool OnSurfaceTextureDestroyed(Android.Graphics.SurfaceTexture surface)
        {
            return true;
        }