@Properties(inherit=avcodec.class) public class AVCPBProperties extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVCPBProperties()
Default native constructor.
|
AVCPBProperties(long size)
Native array allocator.
|
AVCPBProperties(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
avg_bitrate()
Average bitrate of the stream, in bits per second.
|
AVCPBProperties |
avg_bitrate(int setter) |
int |
buffer_size()
The size of the buffer to which the ratecontrol is applied, in bits.
|
AVCPBProperties |
buffer_size(int setter) |
int |
max_bitrate()
Maximum bitrate of the stream, in bits per second.
|
AVCPBProperties |
max_bitrate(int setter) |
int |
min_bitrate()
Minimum bitrate of the stream, in bits per second.
|
AVCPBProperties |
min_bitrate(int setter) |
AVCPBProperties |
position(long position) |
long |
vbv_delay()
The delay between the time the packet this structure is associated with
is received and the time when it should be decoded, in periods of a 27MHz
clock.
|
AVCPBProperties |
vbv_delay(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AVCPBProperties()
public AVCPBProperties(long size)
Pointer.position(long)
.public AVCPBProperties(Pointer p)
Pointer.Pointer(Pointer)
.public AVCPBProperties position(long position)
public int max_bitrate()
public AVCPBProperties max_bitrate(int setter)
public int min_bitrate()
public AVCPBProperties min_bitrate(int setter)
public int avg_bitrate()
public AVCPBProperties avg_bitrate(int setter)
public int buffer_size()
public AVCPBProperties buffer_size(int setter)
@Cast(value="uint64_t") public long vbv_delay()
public AVCPBProperties vbv_delay(long setter)
Copyright © 2020. All rights reserved.