@Properties(inherit=avcodec.class) public class AVSubtitle extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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() |
AVSubtitle |
end_display_time(int setter) |
short |
format() |
AVSubtitle |
format(short setter) |
int |
num_rects() |
AVSubtitle |
num_rects(int setter) |
AVSubtitle |
position(long position) |
long |
pts()
Same as packet pts, in AV_TIME_BASE
|
AVSubtitle |
pts(long setter) |
PointerPointer |
rects() |
AVSubtitleRect |
rects(int i) |
AVSubtitle |
rects(int i,
AVSubtitleRect setter) |
AVSubtitle |
rects(PointerPointer setter) |
int |
start_display_time() |
AVSubtitle |
start_display_time(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AVSubtitle()
public AVSubtitle(long size)
Pointer.position(long)
.public AVSubtitle(Pointer p)
Pointer.Pointer(Pointer)
.public AVSubtitle position(long position)
public AVSubtitle format(short setter)
public AVSubtitle start_display_time(int setter)
public AVSubtitle end_display_time(int setter)
public AVSubtitle num_rects(int setter)
public AVSubtitleRect rects(int i)
public AVSubtitle rects(int i, AVSubtitleRect setter)
@Cast(value="AVSubtitleRect**") public PointerPointer rects()
public AVSubtitle rects(PointerPointer setter)
public AVSubtitle pts(long setter)
Copyright © 2020. All rights reserved.