public static class FlyCapture2.H264Option extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
H264Option() |
H264Option(int size) |
H264Option(Pointer p) |
| 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(int 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, 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 H264Option(Pointer p)
public H264Option(int size)
public H264Option()
public FlyCapture2.H264Option position(int position)
public float frameRate()
public FlyCapture2.H264Option frameRate(float frameRate)
public int width()
public FlyCapture2.H264Option width(int width)
public int height()
public FlyCapture2.H264Option height(int height)
public int bitrate()
public FlyCapture2.H264Option bitrate(int bitrate)
public int reserved(int i)
public FlyCapture2.H264Option reserved(int i, int reserved)
public IntPointer reserved()
Copyright © 2014. All Rights Reserved.