public static class FlyCapture2.PNGOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PNGOption() |
PNGOption(int size) |
PNGOption(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
compressionLevel()
Compression level (0-9).
|
FlyCapture2.PNGOption |
compressionLevel(int compressionLevel) |
boolean |
interlaced()
Whether to save the PNG as interlaced.
|
FlyCapture2.PNGOption |
interlaced(boolean interlaced) |
FlyCapture2.PNGOption |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.PNGOption |
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 PNGOption(Pointer p)
public PNGOption(int size)
public PNGOption()
public FlyCapture2.PNGOption position(int position)
public boolean interlaced()
public FlyCapture2.PNGOption interlaced(boolean interlaced)
public int compressionLevel()
public FlyCapture2.PNGOption compressionLevel(int compressionLevel)
public int reserved(int i)
public FlyCapture2.PNGOption reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.