public static class avcodec.AVSubtitle extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVSubtitle()
Default native constructor.
|
AVSubtitle(long size)
Native array allocator.
|
AVSubtitle(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
end_display_time() |
avcodec.AVSubtitle |
end_display_time(int end_display_time) |
short |
format() |
avcodec.AVSubtitle |
format(short format) |
int |
num_rects() |
avcodec.AVSubtitle |
num_rects(int num_rects) |
avcodec.AVSubtitle |
position(long position) |
long |
pts()
Same as packet pts, in AV_TIME_BASE
|
avcodec.AVSubtitle |
pts(long pts) |
PointerPointer |
rects() |
avcodec.AVSubtitleRect |
rects(int i) |
avcodec.AVSubtitle |
rects(int i,
avcodec.AVSubtitleRect rects) |
avcodec.AVSubtitle |
rects(PointerPointer rects) |
int |
start_display_time() |
avcodec.AVSubtitle |
start_display_time(int start_display_time) |
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 AVSubtitle()
public AVSubtitle(long size)
Pointer.position(long).public AVSubtitle(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVSubtitle position(long position)
public avcodec.AVSubtitle format(short format)
public avcodec.AVSubtitle start_display_time(int start_display_time)
public avcodec.AVSubtitle end_display_time(int end_display_time)
public avcodec.AVSubtitle num_rects(int num_rects)
public avcodec.AVSubtitleRect rects(int i)
public avcodec.AVSubtitle rects(int i, avcodec.AVSubtitleRect rects)
@Cast(value="AVSubtitleRect**") public PointerPointer rects()
public avcodec.AVSubtitle rects(PointerPointer rects)
public avcodec.AVSubtitle pts(long pts)
Copyright © 2018. All rights reserved.