@Namespace(value="FlyCapture2") @NoOffset @Properties(inherit=FlyCapture2.class) public class FlyCapture2Video extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FlyCapture2Video()
Default constructor.
|
FlyCapture2Video(long size)
Native array allocator.
|
FlyCapture2Video(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Append(Image pImage)
Append an image to the AVI/MP4 file.
|
Error |
Close()
Close the AVI/MP4 file.
|
FlyCapture2Video |
getPointer(long i) |
Error |
Open(BytePointer pFileName,
AVIOption pOption)
Open an AVI file in preparation for writing Images to disk.
|
Error |
Open(BytePointer pFileName,
H264Option pOption)
Open an H.264 video file in preparation for writing Images to disk.
|
Error |
Open(BytePointer pFileName,
MJPGOption pOption)
Open an MJPEG AVI file in preparation for writing Images to disk.
|
Error |
Open(String pFileName,
AVIOption pOption) |
Error |
Open(String pFileName,
H264Option pOption) |
Error |
Open(String pFileName,
MJPGOption pOption) |
FlyCapture2Video |
position(long position) |
void |
SetMaximumFileSize(int size)
Set the maximum file size (in megabytes) of a AVI/MP4 file.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FlyCapture2Video(Pointer p)
Pointer(Pointer).public FlyCapture2Video(long size)
Pointer.position(long).public FlyCapture2Video()
public FlyCapture2Video position(long position)
public FlyCapture2Video getPointer(long i)
getPointer in class Pointer@ByVal public Error Open(@Cast(value="const char*") BytePointer pFileName, AVIOption pOption)
pFileName - The filename of the AVI file.pOption - Options to apply to the AVI file.SetMaximumFileSize(),
Close()@ByVal public Error Open(@Cast(value="const char*") BytePointer pFileName, MJPGOption pOption)
pFileName - The filename of the AVI file.pOption - MJPEG options to apply to the AVI file.SetMaximumFileSize(),
Close(),
MJPGOption@ByVal public Error Open(String pFileName, MJPGOption pOption)
@ByVal public Error Open(@Cast(value="const char*") BytePointer pFileName, H264Option pOption)
pFileName - The filename of the video file.pOption - H.264 options to apply to the video file.Close(),
H264Option@ByVal public Error Open(String pFileName, H264Option pOption)
@ByVal public Error Append(Image pImage)
pImage - The image to append.@ByVal public Error Close()
Open()public void SetMaximumFileSize(@Cast(value="unsigned int") int size)
size - The maximum AVI file size in MB.Append()Copyright © 2021. All rights reserved.