Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVOptionRange() |
AVOptionRange(int size) |
AVOptionRange(Pointer p) |
| 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)
public AVOptionRange(Pointer p)
public avutil.AVOptionRange position(int position)
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 © 2014. All Rights Reserved.