@Properties(inherit=avformat.class) public class AVChapter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVChapter()
Default native constructor.
|
AVChapter(long size)
Native array allocator.
|
AVChapter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
end() |
AVChapter |
end(long setter) |
int |
id()
unique ID to identify the chapter
|
AVChapter |
id(int setter) |
AVDictionary |
metadata() |
AVChapter |
metadata(AVDictionary setter) |
AVChapter |
position(long position) |
long |
start()
chapter start/end time in time_base units
|
AVChapter |
start(long setter) |
AVRational |
time_base()
time base in which the start/end timestamps are specified
|
AVChapter |
time_base(AVRational 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, zeropublic AVChapter()
public AVChapter(long size)
Pointer.position(long).public AVChapter(Pointer p)
Pointer.Pointer(Pointer).public int id()
public AVChapter id(int setter)
@ByRef public AVRational time_base()
public AVChapter time_base(AVRational setter)
public AVChapter start(long setter)
public AVChapter end(long setter)
public AVDictionary metadata()
public AVChapter metadata(AVDictionary setter)
Copyright © 2020. All rights reserved.