Exemplo n.º 1
0
 public void getTextureSize(ref int width, ref int height)
 {
     FrameApi.GetImageResolution(GetFramePtr(), ref width, ref height);
 }
Exemplo n.º 2
0
 public bool isVideoUpdated()
 {
     return(FrameApi.isImageAvaliable(GetFramePtr()));
 }