@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.H264Option extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
H264Option() |
H264Option(long size)
Native array allocator.
|
H264Option(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bitrate()
Bitrate to encode at
|
FlyCapture2.H264Option |
bitrate(int bitrate) |
float |
frameRate()
Frame rate of the stream
|
FlyCapture2.H264Option |
frameRate(float frameRate) |
int |
height()
Height of source image
|
FlyCapture2.H264Option |
height(int height) |
FlyCapture2.H264Option |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use
|
FlyCapture2.H264Option |
reserved(int i,
int reserved) |
int |
width()
Width of source image
|
FlyCapture2.H264Option |
width(int width) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic H264Option(Pointer p)
Pointer.Pointer(Pointer).public H264Option(long size)
Pointer.position(long).public H264Option()
public FlyCapture2.H264Option position(long position)
public float frameRate()
public FlyCapture2.H264Option frameRate(float frameRate)
public FlyCapture2.H264Option width(int width)
public FlyCapture2.H264Option height(int height)
public FlyCapture2.H264Option bitrate(int bitrate)
public FlyCapture2.H264Option reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.