public void OnSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height)
 {
     owner.ConfigureTransform(width, height);
 }