@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.PNGOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PNGOption() |
PNGOption(int size)
Native array allocator.
|
PNGOption(Pointer p)
Pointer cast constructor.
|
| 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)
Pointer.Pointer(Pointer).public PNGOption(int size)
Pointer.position(int).public PNGOption()
public FlyCapture2.PNGOption position(int position)
public FlyCapture2.PNGOption interlaced(boolean interlaced)
@Cast(value="unsigned int") public int compressionLevel()
public FlyCapture2.PNGOption compressionLevel(int compressionLevel)
public FlyCapture2.PNGOption reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.