public class ParsecFrame
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
public int format
public int size
Size in bytes of the `image` buffer parameter of ::ParsecFrameCallback.
public int width
Width in pixels of the visible area of the frame.
public int height
Height in pixels of the visible area of the frame.
public int fullWidth
Actual width of the frame including padding.
public int fullHeight
Actual height of the frame including padding.
public ParsecFrame()
public ParsecFrame(int format, int size, int width, int height, int fullWidth, int fullHeight)
format
- Color format.size
- Size in bytes of the `image` buffer parameter of ::ParsecFrameCallback.width
- Width in pixels of the visible area of the frame.height
- Height in pixels of the visible area of the frame.fullWidth
- Actual width of the frame including padding.fullHeight
- Actual height of the frame including padding.public ParsecFrame(com.sun.jna.Pointer peer)