public static class avutil.AVDownmixInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
avutil.AVDownmixInfo()
Default native constructor.
|
avutil.AVDownmixInfo(long size)
Native array allocator.
|
avutil.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.
|
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(long 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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic avutil.AVDownmixInfo()
public avutil.AVDownmixInfo(long size)
Pointer.position(long).public avutil.AVDownmixInfo(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVDownmixInfo position(long position)
@Cast(value="AVDownmixType") 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 © 2016. All rights reserved.