@Properties(inherit=avutil.class) public class AVRational extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVRational()
Default native constructor.
|
AVRational(long size)
Native array allocator.
|
AVRational(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
den()
Denominator
|
AVRational |
den(int setter) |
int |
num()
Numerator
|
AVRational |
num(int setter) |
AVRational |
position(long position) |
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 AVRational()
public AVRational(long size)
Pointer.position(long)
.public AVRational(Pointer p)
Pointer.Pointer(Pointer)
.public AVRational position(long position)
public int num()
public AVRational num(int setter)
public int den()
public AVRational den(int setter)
Copyright © 2020. All rights reserved.