@Namespace(value="cv::cudacodec") @NoOffset @Properties(inherit=opencv_cudacodec.class) public class VideoReaderInitParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VideoReaderInitParams() |
VideoReaderInitParams(long size)
Native array allocator.
|
VideoReaderInitParams(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowFrameDrop() |
VideoReaderInitParams |
allowFrameDrop(boolean setter) |
VideoReaderInitParams |
getPointer(long i) |
int |
minNumDecodeSurfaces() |
VideoReaderInitParams |
minNumDecodeSurfaces(int setter) |
VideoReaderInitParams |
position(long position) |
boolean |
rawMode() |
VideoReaderInitParams |
rawMode(boolean setter) |
Rect |
srcRoi() |
VideoReaderInitParams |
srcRoi(Rect setter) |
Rect |
targetRoi() |
VideoReaderInitParams |
targetRoi(Rect setter) |
Size |
targetSz() |
VideoReaderInitParams |
targetSz(Size setter) |
boolean |
udpSource() |
VideoReaderInitParams |
udpSource(boolean setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic VideoReaderInitParams(Pointer p)
Pointer(Pointer).public VideoReaderInitParams(long size)
Pointer.position(long).public VideoReaderInitParams()
public VideoReaderInitParams position(long position)
public VideoReaderInitParams getPointer(long i)
getPointer in class Pointerpublic VideoReaderInitParams udpSource(boolean setter)
public VideoReaderInitParams allowFrameDrop(boolean setter)
public int minNumDecodeSurfaces()
public VideoReaderInitParams minNumDecodeSurfaces(int setter)
public VideoReaderInitParams rawMode(boolean setter)
public VideoReaderInitParams targetSz(Size setter)
public VideoReaderInitParams srcRoi(Rect setter)
public VideoReaderInitParams targetRoi(Rect setter)
Copyright © 2023. All rights reserved.