public static extern void UnlockTextureFrame(System.IntPtr instance, ref TextureFrame textureFrame);
 public static extern void ReleaseTextureFrame(System.IntPtr instance, ref TextureFrame textureFrame);
 public static extern bool LockTextureFrame(System.IntPtr instance, BufferedFrameSelectionMode mode, long time, ref TextureFrame textureFrame, bool ignorePreroll);