Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener.OnSurfaceTextureAvailable C# (CSharp) 메소드

OnSurfaceTextureAvailable() 공개 메소드

public OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void
surface Android
width int
height int
리턴 void
        public void OnSurfaceTextureAvailable(Android.Graphics.SurfaceTexture surface, int width, int height)
        {
            Owner.OpenCamera(width, height);
        }