public static class FlyCapture2.Format7Info extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Format7Info() |
Format7Info(int size) |
Format7Info(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
imageHStepSize()
Horizontal step size for the image.
|
FlyCapture2.Format7Info |
imageHStepSize(int imageHStepSize) |
int |
imageVStepSize()
Vertical step size for the image.
|
FlyCapture2.Format7Info |
imageVStepSize(int imageVStepSize) |
int |
maxHeight()
Maximum image height.
|
FlyCapture2.Format7Info |
maxHeight(int maxHeight) |
int |
maxPacketSize()
Maximum packet size in bytes for current mode.
|
FlyCapture2.Format7Info |
maxPacketSize(int maxPacketSize) |
int |
maxWidth()
Maximum image width.
|
FlyCapture2.Format7Info |
maxWidth(int maxWidth) |
int |
minPacketSize()
Minimum packet size in bytes for current mode.
|
FlyCapture2.Format7Info |
minPacketSize(int minPacketSize) |
int |
mode()
Format 7 mode.
|
FlyCapture2.Format7Info |
mode(int mode) |
int |
offsetHStepSize()
Horizontal step size for the offset.
|
FlyCapture2.Format7Info |
offsetHStepSize(int offsetHStepSize) |
int |
offsetVStepSize()
Vertical step size for the offset.
|
FlyCapture2.Format7Info |
offsetVStepSize(int offsetVStepSize) |
int |
packetSize()
Current packet size in bytes.
|
FlyCapture2.Format7Info |
packetSize(int packetSize) |
float |
percentage()
Current packet size as a percentage of maximum packet size.
|
FlyCapture2.Format7Info |
percentage(float percentage) |
int |
pixelFormatBitField()
Supported pixel formats in a bit field.
|
FlyCapture2.Format7Info |
pixelFormatBitField(int pixelFormatBitField) |
FlyCapture2.Format7Info |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.Format7Info |
reserved(int i,
int reserved) |
int |
vendorPixelFormatBitField()
Vendor unique pixel formats in a bit field.
|
FlyCapture2.Format7Info |
vendorPixelFormatBitField(int vendorPixelFormatBitField) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic Format7Info(Pointer p)
public Format7Info(int size)
public Format7Info()
public FlyCapture2.Format7Info position(int position)
public int mode()
public FlyCapture2.Format7Info mode(int mode)
public int maxWidth()
public FlyCapture2.Format7Info maxWidth(int maxWidth)
public int maxHeight()
public FlyCapture2.Format7Info maxHeight(int maxHeight)
public int offsetHStepSize()
public FlyCapture2.Format7Info offsetHStepSize(int offsetHStepSize)
public int offsetVStepSize()
public FlyCapture2.Format7Info offsetVStepSize(int offsetVStepSize)
public int imageHStepSize()
public FlyCapture2.Format7Info imageHStepSize(int imageHStepSize)
public int imageVStepSize()
public FlyCapture2.Format7Info imageVStepSize(int imageVStepSize)
public int pixelFormatBitField()
public FlyCapture2.Format7Info pixelFormatBitField(int pixelFormatBitField)
public int vendorPixelFormatBitField()
public FlyCapture2.Format7Info vendorPixelFormatBitField(int vendorPixelFormatBitField)
public int packetSize()
public FlyCapture2.Format7Info packetSize(int packetSize)
public int minPacketSize()
public FlyCapture2.Format7Info minPacketSize(int minPacketSize)
public int maxPacketSize()
public FlyCapture2.Format7Info maxPacketSize(int maxPacketSize)
public float percentage()
public FlyCapture2.Format7Info percentage(float percentage)
public int reserved(int i)
public FlyCapture2.Format7Info reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.