Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avutil.AVDownmixInfo() |
avutil.AVDownmixInfo(int size) |
avutil.AVDownmixInfo(Pointer p) |
| 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.
|
avutil.AVDownmixInfo |
center_mix_level_ltrt(double center_mix_level_ltrt) |
double |
center_mix_level()
Absolute scale factor representing the nominal level of the center
channel during a regular downmix.
|
avutil.AVDownmixInfo |
center_mix_level(double center_mix_level) |
double |
lfe_mix_level()
Absolute scale factor representing the level at which the LFE data is
mixed into L/R channels during downmixing.
|
avutil.AVDownmixInfo |
lfe_mix_level(double lfe_mix_level) |
avutil.AVDownmixInfo |
position(int position) |
int |
preferred_downmix_type()
Type of downmix preferred by the mastering engineer.
|
avutil.AVDownmixInfo |
preferred_downmix_type(int preferred_downmix_type) |
double |
surround_mix_level_ltrt()
Absolute scale factor representing the nominal level of the surround
channels during an Lt/Rt compatible downmix.
|
avutil.AVDownmixInfo |
surround_mix_level_ltrt(double surround_mix_level_ltrt) |
double |
surround_mix_level()
Absolute scale factor representing the nominal level of the surround
channels during a regular downmix.
|
avutil.AVDownmixInfo |
surround_mix_level(double surround_mix_level) |
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 avutil.AVDownmixInfo()
public avutil.AVDownmixInfo(int size)
public avutil.AVDownmixInfo(Pointer p)
public avutil.AVDownmixInfo position(int position)
public int preferred_downmix_type()
public avutil.AVDownmixInfo preferred_downmix_type(int preferred_downmix_type)
public double center_mix_level()
public avutil.AVDownmixInfo center_mix_level(double center_mix_level)
public double center_mix_level_ltrt()
public avutil.AVDownmixInfo center_mix_level_ltrt(double center_mix_level_ltrt)
public double surround_mix_level()
public avutil.AVDownmixInfo surround_mix_level(double surround_mix_level)
public double surround_mix_level_ltrt()
public avutil.AVDownmixInfo surround_mix_level_ltrt(double surround_mix_level_ltrt)
public double lfe_mix_level()
public avutil.AVDownmixInfo lfe_mix_level(double lfe_mix_level)
Copyright © 2014. All Rights Reserved.