Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVDeviceInfo()
Default native constructor.
|
AVDeviceInfo(int size)
Native array allocator.
|
AVDeviceInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
device_description()
human friendly name
|
avdevice.AVDeviceInfo |
device_description(BytePointer device_description) |
BytePointer |
device_name()
device name, format depends on device
|
avdevice.AVDeviceInfo |
device_name(BytePointer device_name) |
avdevice.AVDeviceInfo |
position(int position) |
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 AVDeviceInfo()
public AVDeviceInfo(int size)
Pointer.position(int).public AVDeviceInfo(Pointer p)
Pointer.Pointer(Pointer).public avdevice.AVDeviceInfo position(int position)
@Cast(value="char*") public BytePointer device_name()
public avdevice.AVDeviceInfo device_name(BytePointer device_name)
@Cast(value="char*") public BytePointer device_description()
public avdevice.AVDeviceInfo device_description(BytePointer device_description)
Copyright © 2015. All Rights Reserved.