@Properties(inherit=avcodec.class) public class AVBSFContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVBSFContext()
Default native constructor.
|
AVBSFContext(long size)
Native array allocator.
|
AVBSFContext(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVClass |
av_class()
A class for logging and AVOptions
|
AVBSFContext |
av_class(AVClass setter) |
AVBitStreamFilter |
filter()
The bitstream filter this context is an instance of.
|
AVBSFContext |
filter(AVBitStreamFilter setter) |
AVBSFContext |
getPointer(long i) |
AVCodecParameters |
par_in()
Parameters of the input stream.
|
AVBSFContext |
par_in(AVCodecParameters setter) |
AVCodecParameters |
par_out()
Parameters of the output stream.
|
AVBSFContext |
par_out(AVCodecParameters setter) |
AVBSFContext |
position(long position) |
Pointer |
priv_data()
Opaque filter-specific private data.
|
AVBSFContext |
priv_data(Pointer setter) |
AVRational |
time_base_in()
The timebase used for the timestamps of the input packets.
|
AVBSFContext |
time_base_in(AVRational setter) |
AVRational |
time_base_out()
The timebase used for the timestamps of the output packets.
|
AVBSFContext |
time_base_out(AVRational 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, zero
public AVBSFContext()
public AVBSFContext(long size)
Pointer.position(long)
.public AVBSFContext(Pointer p)
Pointer(Pointer)
.public AVBSFContext position(long position)
public AVBSFContext getPointer(long i)
getPointer
in class Pointer
public AVBSFContext av_class(AVClass setter)
@Const public AVBitStreamFilter filter()
public AVBSFContext filter(AVBitStreamFilter setter)
public Pointer priv_data()
public AVBSFContext priv_data(Pointer setter)
public AVCodecParameters par_in()
public AVBSFContext par_in(AVCodecParameters setter)
public AVCodecParameters par_out()
public AVBSFContext par_out(AVCodecParameters setter)
@ByRef public AVRational time_base_in()
public AVBSFContext time_base_in(AVRational setter)
@ByRef public AVRational time_base_out()
public AVBSFContext time_base_out(AVRational setter)
Copyright © 2023. All rights reserved.