@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.MJPGOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MJPGOption() |
MJPGOption(int size)
Native array allocator.
|
MJPGOption(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
frameRate()
Frame rate of the stream
|
FlyCapture2.MJPGOption |
frameRate(float frameRate) |
FlyCapture2.MJPGOption |
position(int position) |
int |
quality()
Image quality (1-100)
|
FlyCapture2.MJPGOption |
quality(int quality) |
IntPointer |
reserved() |
int |
reserved(int i) |
FlyCapture2.MJPGOption |
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 MJPGOption(Pointer p)
Pointer.Pointer(Pointer).public MJPGOption(int size)
Pointer.position(int).public MJPGOption()
public FlyCapture2.MJPGOption position(int position)
public float frameRate()
public FlyCapture2.MJPGOption frameRate(float frameRate)
public FlyCapture2.MJPGOption quality(int quality)
public FlyCapture2.MJPGOption reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.