public static class FlyCapture2.JPEGOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
JPEGOption() |
JPEGOption(int size) |
JPEGOption(Pointer p) |
| 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)
public JPEGOption(int size)
public JPEGOption()
public FlyCapture2.JPEGOption position(int position)
public boolean progressive()
public FlyCapture2.JPEGOption progressive(boolean progressive)
public int quality()
public FlyCapture2.JPEGOption quality(int quality)
public int reserved(int i)
public FlyCapture2.JPEGOption reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.