@Properties(inherit=avutil.class) public class AVDownmixInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVDownmixInfo()
Default native constructor.
|
AVDownmixInfo(long size)
Native array allocator.
|
AVDownmixInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
center_mix_level_ltrt()
Absolute scale factor representing the nominal level of the center
channel during an Lt/Rt compatible downmix.
|
AVDownmixInfo |
center_mix_level_ltrt(double setter) |
double |
center_mix_level()
Absolute scale factor representing the nominal level of the center
channel during a regular downmix.
|
AVDownmixInfo |
center_mix_level(double setter) |
double |
lfe_mix_level()
Absolute scale factor representing the level at which the LFE data is
mixed into L/R channels during downmixing.
|
AVDownmixInfo |
lfe_mix_level(double setter) |
AVDownmixInfo |
position(long position) |
int |
preferred_downmix_type()
Type of downmix preferred by the mastering engineer.
|
AVDownmixInfo |
preferred_downmix_type(int setter) |
double |
surround_mix_level_ltrt()
Absolute scale factor representing the nominal level of the surround
channels during an Lt/Rt compatible downmix.
|
AVDownmixInfo |
surround_mix_level_ltrt(double setter) |
double |
surround_mix_level()
Absolute scale factor representing the nominal level of the surround
channels during a regular downmix.
|
AVDownmixInfo |
surround_mix_level(double 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 AVDownmixInfo()
public AVDownmixInfo(long size)
Pointer.position(long)
.public AVDownmixInfo(Pointer p)
Pointer.Pointer(Pointer)
.public AVDownmixInfo position(long position)
@Cast(value="AVDownmixType") public int preferred_downmix_type()
public AVDownmixInfo preferred_downmix_type(int setter)
public double center_mix_level()
public AVDownmixInfo center_mix_level(double setter)
public double center_mix_level_ltrt()
public AVDownmixInfo center_mix_level_ltrt(double setter)
public double surround_mix_level()
public AVDownmixInfo surround_mix_level(double setter)
public double surround_mix_level_ltrt()
public AVDownmixInfo surround_mix_level_ltrt(double setter)
public double lfe_mix_level()
public AVDownmixInfo lfe_mix_level(double setter)
Copyright © 2020. All rights reserved.