@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.JPEGOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
JPEGOption() |
JPEGOption(int size)
Native array allocator.
|
JPEGOption(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.JPEGOption |
position(int position) |
boolean |
progressive()
Whether to save as a progressive JPEG file.
|
FlyCapture2.JPEGOption |
progressive(boolean progressive) |
int |
quality()
JPEG image quality in range (0-100).
|
FlyCapture2.JPEGOption |
quality(int quality) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.JPEGOption |
reserved(int i,
int reserved) |
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 JPEGOption(Pointer p)
Pointer.Pointer(Pointer).public JPEGOption(int size)
Pointer.position(int).public JPEGOption()
public FlyCapture2.JPEGOption position(int position)
@Cast(value="bool") public boolean progressive()
public FlyCapture2.JPEGOption progressive(boolean progressive)
@Cast(value="unsigned int") public int quality()
public FlyCapture2.JPEGOption quality(int quality)
public FlyCapture2.JPEGOption reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.