Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AVChapter()
Default native constructor.
|
AVChapter(int 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(int 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, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic AVChapter()
public AVChapter(int size)
Pointer.position(int).public AVChapter(Pointer p)
Pointer.Pointer(Pointer).public avformat.AVChapter position(int 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 long start()
public avformat.AVChapter start(long start)
public long end()
public avformat.AVChapter end(long end)
public avutil.AVDictionary metadata()
public avformat.AVChapter metadata(avutil.AVDictionary metadata)
Copyright © 2015. All Rights Reserved.