Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVDeviceRect()
Default native constructor.
|
AVDeviceRect(int size)
Native array allocator.
|
AVDeviceRect(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height()
height
|
avdevice.AVDeviceRect |
height(int height) |
avdevice.AVDeviceRect |
position(int position) |
int |
width()
width
|
avdevice.AVDeviceRect |
width(int width) |
int |
x()
x coordinate of top left corner
|
avdevice.AVDeviceRect |
x(int x) |
int |
y()
y coordinate of top left corner
|
avdevice.AVDeviceRect |
y(int y) |
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 AVDeviceRect()
public AVDeviceRect(int size)
Pointer.position(int).public AVDeviceRect(Pointer p)
Pointer.Pointer(Pointer).public avdevice.AVDeviceRect position(int position)
public int x()
public avdevice.AVDeviceRect x(int x)
public int y()
public avdevice.AVDeviceRect y(int y)
public int width()
public avdevice.AVDeviceRect width(int width)
public int height()
public avdevice.AVDeviceRect height(int height)
Copyright © 2015. All Rights Reserved.