public static class avformat.AVChapter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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() |
avformat.AVChapter |
end(long end) |
int |
id()
unique ID to identify the chapter
|
avformat.AVChapter |
id(int id) |
avutil.AVDictionary |
metadata() |
avformat.AVChapter |
metadata(avutil.AVDictionary metadata) |
avformat.AVChapter |
position(long position) |
long |
start()
chapter start/end time in time_base units
|
avformat.AVChapter |
start(long start) |
avutil.AVRational |
time_base()
time base in which the start/end timestamps are specified
|
avformat.AVChapter |
time_base(avutil.AVRational time_base) |
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 AVChapter()
public AVChapter(long size)
Pointer.position(long).public AVChapter(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVChapter position(long position)
public int id()
public avformat.AVChapter id(int id)
@ByRef public avutil.AVRational time_base()
public avformat.AVChapter time_base(avutil.AVRational time_base)
public avformat.AVChapter start(long start)
public avformat.AVChapter end(long end)
public avutil.AVDictionary metadata()
public avformat.AVChapter metadata(avutil.AVDictionary metadata)
Copyright © 2018. All rights reserved.