Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avformat.AVChapter() |
avformat.AVChapter(int size) |
avformat.AVChapter(Pointer p) |
| 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 avformat.AVChapter()
public avformat.AVChapter(int size)
public avformat.AVChapter(Pointer p)
public avformat.AVChapter position(int position)
public int id()
public avformat.AVChapter id(int id)
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 © 2014. All Rights Reserved.