Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avutil.AVOptionRange() |
avutil.AVOptionRange(int size) |
avutil.AVOptionRange(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
component_max() |
avutil.AVOptionRange |
component_max(double component_max) |
double |
component_min()
For string this represents the unicode range for chars, 0-127 limits to ASCII
|
avutil.AVOptionRange |
component_min(double component_min) |
int |
is_range()
if set to 1 the struct encodes a range, if set to 0 a single value
|
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()
For string ranges this represents the min/max length, for dimensions this represents the min/max pixel count
|
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 avutil.AVOptionRange()
public avutil.AVOptionRange(int size)
public avutil.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.