@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.Format7Info extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Format7Info() |
Format7Info(int size)
Native array allocator.
|
Format7Info(Pointer p)
Pointer cast constructor.
|
| 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)
Pointer.Pointer(Pointer).public Format7Info(int size)
Pointer.position(int).public Format7Info()
public FlyCapture2.Format7Info position(int position)
public FlyCapture2.Format7Info mode(int mode)
public FlyCapture2.Format7Info maxWidth(int maxWidth)
public FlyCapture2.Format7Info maxHeight(int maxHeight)
@Cast(value="unsigned int") public int offsetHStepSize()
public FlyCapture2.Format7Info offsetHStepSize(int offsetHStepSize)
@Cast(value="unsigned int") public int offsetVStepSize()
public FlyCapture2.Format7Info offsetVStepSize(int offsetVStepSize)
@Cast(value="unsigned int") public int imageHStepSize()
public FlyCapture2.Format7Info imageHStepSize(int imageHStepSize)
@Cast(value="unsigned int") public int imageVStepSize()
public FlyCapture2.Format7Info imageVStepSize(int imageVStepSize)
@Cast(value="unsigned int") public int pixelFormatBitField()
public FlyCapture2.Format7Info pixelFormatBitField(int pixelFormatBitField)
@Cast(value="unsigned int") public int vendorPixelFormatBitField()
public FlyCapture2.Format7Info vendorPixelFormatBitField(int vendorPixelFormatBitField)
public FlyCapture2.Format7Info packetSize(int packetSize)
@Cast(value="unsigned int") public int minPacketSize()
public FlyCapture2.Format7Info minPacketSize(int minPacketSize)
@Cast(value="unsigned int") public int maxPacketSize()
public FlyCapture2.Format7Info maxPacketSize(int maxPacketSize)
public float percentage()
public FlyCapture2.Format7Info percentage(float percentage)
public FlyCapture2.Format7Info reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.