Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVPanScan()
Default native constructor.
|
AVPanScan(int size)
Native array allocator.
|
AVPanScan(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ShortPointer |
_position() |
short |
_position(int i,
int j)
position of the top left corner in 1/16 pel for up to 3 fields/frames
- encoding: Set by user.
|
avcodec.AVPanScan |
_position(int i,
int j,
short _position) |
int |
height() |
avcodec.AVPanScan |
height(int height) |
int |
id()
id
- encoding: Set by user.
|
avcodec.AVPanScan |
id(int id) |
avcodec.AVPanScan |
position(int position) |
int |
width()
width and height in 1/16 pel
- encoding: Set by user.
|
avcodec.AVPanScan |
width(int width) |
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 AVPanScan()
public AVPanScan(int size)
Pointer.position(int).public AVPanScan(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVPanScan position(int position)
public int id()
public avcodec.AVPanScan id(int id)
public int width()
public avcodec.AVPanScan width(int width)
public int height()
public avcodec.AVPanScan height(int height)
@Name(value="position") public short _position(int i, int j)
public avcodec.AVPanScan _position(int i, int j, short _position)
@MemberGetter @Cast(value="int16_t(*)[2]") @Name(value="position") public ShortPointer _position()
Copyright © 2015. All Rights Reserved.