public static class avutil.AVMotionVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVMotionVector()
Default native constructor.
|
AVMotionVector(long size)
Native array allocator.
|
AVMotionVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
dst_x()
Absolute destination position.
|
avutil.AVMotionVector |
dst_x(short dst_x) |
short |
dst_y() |
avutil.AVMotionVector |
dst_y(short dst_y) |
long |
flags()
Extra flag information.
|
avutil.AVMotionVector |
flags(long flags) |
byte |
h() |
avutil.AVMotionVector |
h(byte h) |
short |
motion_scale() |
avutil.AVMotionVector |
motion_scale(short motion_scale) |
int |
motion_x()
Motion vector
src_x = dst_x + motion_x / motion_scale
src_y = dst_y + motion_y / motion_scale
|
avutil.AVMotionVector |
motion_x(int motion_x) |
int |
motion_y() |
avutil.AVMotionVector |
motion_y(int motion_y) |
avutil.AVMotionVector |
position(long position) |
int |
source()
Where the current macroblock comes from; negative value when it comes
from the past, positive value when it comes from the future.
|
avutil.AVMotionVector |
source(int source) |
short |
src_x()
Absolute source position.
|
avutil.AVMotionVector |
src_x(short src_x) |
short |
src_y() |
avutil.AVMotionVector |
src_y(short src_y) |
byte |
w()
Width and height of the block.
|
avutil.AVMotionVector |
w(byte w) |
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 AVMotionVector()
public AVMotionVector(long size)
Pointer.position(long).public AVMotionVector(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVMotionVector position(long position)
public int source()
public avutil.AVMotionVector source(int source)
public avutil.AVMotionVector w(byte w)
public avutil.AVMotionVector h(byte h)
public short src_x()
public avutil.AVMotionVector src_x(short src_x)
public short src_y()
public avutil.AVMotionVector src_y(short src_y)
public short dst_x()
public avutil.AVMotionVector dst_x(short dst_x)
public short dst_y()
public avutil.AVMotionVector dst_y(short dst_y)
public avutil.AVMotionVector flags(long flags)
public int motion_x()
public avutil.AVMotionVector motion_x(int motion_x)
public int motion_y()
public avutil.AVMotionVector motion_y(int motion_y)
public avutil.AVMotionVector motion_scale(short motion_scale)
Copyright © 2018. All rights reserved.