Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener.OnSurfaceTextureDestroyed C# (CSharp) Méthode

OnSurfaceTextureDestroyed() public méthode

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