@Properties(inherit=FlyCapture2_C.class) public class fc2Format7Info extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
fc2Format7Info()
Default native constructor.
|
fc2Format7Info(long size)
Native array allocator.
|
fc2Format7Info(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
imageHStepSize()
Horizontal step size for the image.
|
fc2Format7Info |
imageHStepSize(int setter) |
int |
imageVStepSize()
Vertical step size for the image.
|
fc2Format7Info |
imageVStepSize(int setter) |
int |
maxHeight()
Maximum image height.
|
fc2Format7Info |
maxHeight(int setter) |
int |
maxPacketSize()
Maximum packet size in bytes for current mode.
|
fc2Format7Info |
maxPacketSize(int setter) |
int |
maxWidth()
Maximum image width.
|
fc2Format7Info |
maxWidth(int setter) |
int |
minPacketSize()
Minimum packet size in bytes for current mode.
|
fc2Format7Info |
minPacketSize(int setter) |
int |
mode()
Format 7 mode.
|
fc2Format7Info |
mode(int setter) |
int |
offsetHStepSize()
Horizontal step size for the offset.
|
fc2Format7Info |
offsetHStepSize(int setter) |
int |
offsetVStepSize()
Vertical step size for the offset.
|
fc2Format7Info |
offsetVStepSize(int setter) |
int |
packetSize()
Current packet size in bytes.
|
fc2Format7Info |
packetSize(int setter) |
float |
percentage()
Current packet size as a percentage of maximum packet size.
|
fc2Format7Info |
percentage(float setter) |
int |
pixelFormatBitField()
Supported pixel formats in a bit field.
|
fc2Format7Info |
pixelFormatBitField(int setter) |
fc2Format7Info |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
fc2Format7Info |
reserved(int i,
int setter) |
int |
vendorPixelFormatBitField()
Vendor unique pixel formats in a bit field.
|
fc2Format7Info |
vendorPixelFormatBitField(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic fc2Format7Info()
public fc2Format7Info(long size)
Pointer.position(long).public fc2Format7Info(Pointer p)
Pointer.Pointer(Pointer).public fc2Format7Info position(long position)
public fc2Format7Info mode(int setter)
public fc2Format7Info maxWidth(int setter)
public fc2Format7Info maxHeight(int setter)
@Cast(value="unsigned int") public int offsetHStepSize()
public fc2Format7Info offsetHStepSize(int setter)
@Cast(value="unsigned int") public int offsetVStepSize()
public fc2Format7Info offsetVStepSize(int setter)
@Cast(value="unsigned int") public int imageHStepSize()
public fc2Format7Info imageHStepSize(int setter)
@Cast(value="unsigned int") public int imageVStepSize()
public fc2Format7Info imageVStepSize(int setter)
@Cast(value="unsigned int") public int pixelFormatBitField()
public fc2Format7Info pixelFormatBitField(int setter)
@Cast(value="unsigned int") public int vendorPixelFormatBitField()
public fc2Format7Info vendorPixelFormatBitField(int setter)
public fc2Format7Info packetSize(int setter)
@Cast(value="unsigned int") public int minPacketSize()
public fc2Format7Info minPacketSize(int setter)
@Cast(value="unsigned int") public int maxPacketSize()
public fc2Format7Info maxPacketSize(int setter)
public float percentage()
public fc2Format7Info percentage(float setter)
public fc2Format7Info reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.