@Namespace(value="cv::cudacodec") @Properties(inherit=opencv_cudacodec.class) public class FormatInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FormatInfo()
Default native constructor.
|
FormatInfo(long size)
Native array allocator.
|
FormatInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
chromaFormat() |
FormatInfo |
chromaFormat(int setter) |
int |
codec() |
FormatInfo |
codec(int setter) |
int |
height() |
FormatInfo |
height(int setter) |
int |
nBitDepthMinus8() |
FormatInfo |
nBitDepthMinus8(int setter) |
FormatInfo |
position(long position) |
int |
width() |
FormatInfo |
width(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public FormatInfo()
public FormatInfo(long size)
Pointer.position(long)
.public FormatInfo(Pointer p)
Pointer.Pointer(Pointer)
.public FormatInfo position(long position)
public FormatInfo codec(int setter)
public FormatInfo chromaFormat(int setter)
public int nBitDepthMinus8()
public FormatInfo nBitDepthMinus8(int setter)
public int width()
public FormatInfo width(int setter)
public int height()
public FormatInfo height(int setter)
Copyright © 2020. All rights reserved.