@Properties(inherit=avformat.class) public class AVStreamGroupTileGrid extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVStreamGroupTileGrid()
Default native constructor.
|
AVStreamGroupTileGrid(long size)
Native array allocator.
|
AVStreamGroupTileGrid(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVClass |
av_class() |
AVStreamGroupTileGrid |
av_class(AVClass setter) |
BytePointer |
background() |
byte |
background(int i)
The pixel value per channel in RGBA format used if no pixel of any tile
is located at a particular pixel location.
|
AVStreamGroupTileGrid |
background(int i,
byte setter) |
int |
coded_height()
Width of the canvas.
|
AVStreamGroupTileGrid |
coded_height(int setter) |
int |
coded_width()
Width of the canvas.
|
AVStreamGroupTileGrid |
coded_width(int setter) |
AVStreamGroupTileGrid |
getPointer(long i) |
int |
height()
Height of the final image for presentation.
|
AVStreamGroupTileGrid |
height(int setter) |
int |
horizontal_offset()
Offset in pixels from the left edge of the canvas where the actual image
meant for presentation starts.
|
AVStreamGroupTileGrid |
horizontal_offset(int setter) |
int |
nb_tiles()
Amount of tiles in the grid.
|
AVStreamGroupTileGrid |
nb_tiles(int setter) |
int |
offsets_horizontal(int i)
Offset in pixels from the left edge of the canvas where the tile
should be placed.
|
AVStreamGroupTileGrid |
offsets_horizontal(int i,
int setter) |
int |
offsets_idx(int i)
Index of the stream in the group this tile references.
|
AVStreamGroupTileGrid |
offsets_idx(int i,
int setter) |
int |
offsets_vertical(int i)
Offset in pixels from the top edge of the canvas where the tile
should be placed.
|
AVStreamGroupTileGrid |
offsets_vertical(int i,
int setter) |
AVStreamGroupTileGrid |
position(long position) |
int |
vertical_offset()
Offset in pixels from the top edge of the canvas where the actual image
meant for presentation starts.
|
AVStreamGroupTileGrid |
vertical_offset(int setter) |
int |
width()
Width of the final image for presentation.
|
AVStreamGroupTileGrid |
width(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AVStreamGroupTileGrid()
public AVStreamGroupTileGrid(long size)
Pointer.position(long)
.public AVStreamGroupTileGrid(Pointer p)
Pointer(Pointer)
.public AVStreamGroupTileGrid position(long position)
public AVStreamGroupTileGrid getPointer(long i)
getPointer
in class Pointer
public AVStreamGroupTileGrid av_class(AVClass setter)
@Cast(value="unsigned int") public int nb_tiles()
public AVStreamGroupTileGrid nb_tiles(int setter)
public int coded_width()
public AVStreamGroupTileGrid coded_width(int setter)
public int coded_height()
public AVStreamGroupTileGrid coded_height(int setter)
@Name(value={"offsets",".idx"}) @Cast(value="unsigned int") public int offsets_idx(int i)
public AVStreamGroupTileGrid offsets_idx(int i, int setter)
@Name(value={"offsets",".horizontal"}) public int offsets_horizontal(int i)
public AVStreamGroupTileGrid offsets_horizontal(int i, int setter)
@Name(value={"offsets",".vertical"}) public int offsets_vertical(int i)
public AVStreamGroupTileGrid offsets_vertical(int i, int setter)
@Cast(value="uint8_t") public byte background(int i)
av_image_fill_color().
,
av_parse_color().
public AVStreamGroupTileGrid background(int i, byte setter)
@MemberGetter @Cast(value="uint8_t*") public BytePointer background()
public int horizontal_offset()
public AVStreamGroupTileGrid horizontal_offset(int setter)
public int vertical_offset()
public AVStreamGroupTileGrid vertical_offset(int setter)
public int width()
public AVStreamGroupTileGrid width(int setter)
public int height()
public AVStreamGroupTileGrid height(int setter)
Copyright © 2024. All rights reserved.