public static class avcodec.AVPanScan extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVPanScan()
Default native constructor.
|
AVPanScan(long 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(long position) |
int |
width()
width and height in 1/16 pel
- encoding: Set by user.
|
avcodec.AVPanScan |
width(int width) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVPanScan()
public AVPanScan(long size)
Pointer.position(long).public AVPanScan(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVPanScan position(long 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(* /*[3]*/ )[2]") @Name(value="position") public ShortPointer _position()
Copyright © 2018. All rights reserved.