Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVOptionRange()
Default native constructor.
|
AVOptionRange(int 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(int 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, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVOptionRange()
public AVOptionRange(int size)
Pointer.position(int).public AVOptionRange(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVOptionRange position(int 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 © 2015. All Rights Reserved.