@Properties(inherit=avutil.class) public class AVTimecode extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVTimecode()
Default native constructor.
|
AVTimecode(long size)
Native array allocator.
|
AVTimecode(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
flags()
flags such as drop frame, +24 hours support, ...
|
AVTimecode |
flags(int setter) |
int |
fps()
frame per second; must be consistent with the rate field
|
AVTimecode |
fps(int setter) |
AVTimecode |
getPointer(long i) |
AVTimecode |
position(long position) |
AVRational |
rate()
frame rate in rational form
|
AVTimecode |
rate(AVRational setter) |
int |
start()
timecode frame start (first base frame number)
|
AVTimecode |
start(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic AVTimecode()
public AVTimecode(long size)
Pointer.position(long).public AVTimecode(Pointer p)
Pointer(Pointer).public AVTimecode position(long position)
public AVTimecode getPointer(long i)
getPointer in class Pointerpublic int start()
public AVTimecode start(int setter)
public AVTimecode flags(int setter)
@ByRef public AVRational rate()
public AVTimecode rate(AVRational setter)
@Cast(value="unsigned") public int fps()
public AVTimecode fps(int setter)
Copyright © 2025. All rights reserved.