public static class avutil.AVOptionRange extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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() |
avutil.AVOptionRange |
component_max(double component_max) |
double |
component_min()
Value's component range.
|
avutil.AVOptionRange |
component_min(double component_min) |
int |
is_range()
Range flag.
|
avutil.AVOptionRange |
is_range(int is_range) |
avutil.AVOptionRange |
position(long position) |
BytePointer |
str() |
double |
value_max() |
avutil.AVOptionRange |
value_max(double value_max) |
double |
value_min()
Value range.
|
avutil.AVOptionRange |
value_min(double value_min) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVOptionRange()
public AVOptionRange(long size)
Pointer.position(long).public AVOptionRange(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVOptionRange position(long position)
@MemberGetter @Cast(value="const char*") public BytePointer str()
public double value_min()
public avutil.AVOptionRange value_min(double value_min)
public double value_max()
public avutil.AVOptionRange value_max(double value_max)
public double component_min()
public avutil.AVOptionRange component_min(double component_min)
public double component_max()
public avutil.AVOptionRange component_max(double component_max)
public int is_range()
public avutil.AVOptionRange is_range(int is_range)
Copyright © 2018. All rights reserved.