@Properties(inherit=avutil.class) public class AVOptionRange extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVOptionRange()
Default native constructor.
|
AVOptionRange(long size)
Native array allocator.
|
AVOptionRange(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
component_max() |
AVOptionRange |
component_max(double setter) |
double |
component_min()
Value's component range.
|
AVOptionRange |
component_min(double setter) |
int |
is_range()
Range flag.
|
AVOptionRange |
is_range(int setter) |
AVOptionRange |
position(long position) |
BytePointer |
str() |
AVOptionRange |
str(BytePointer setter) |
double |
value_max() |
AVOptionRange |
value_max(double setter) |
double |
value_min()
Value range.
|
AVOptionRange |
value_min(double 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 AVOptionRange()
public AVOptionRange(long size)
Pointer.position(long)
.public AVOptionRange(Pointer p)
Pointer.Pointer(Pointer)
.public AVOptionRange position(long position)
@Cast(value="const char*") public BytePointer str()
public AVOptionRange str(BytePointer setter)
public double value_min()
public AVOptionRange value_min(double setter)
public double value_max()
public AVOptionRange value_max(double setter)
public double component_min()
public AVOptionRange component_min(double setter)
public double component_max()
public AVOptionRange component_max(double setter)
public int is_range()
public AVOptionRange is_range(int setter)
Copyright © 2020. All rights reserved.