| Modifier and Type | Method and Description |
|---|---|
OpusApplication |
OpusMSEncoder.getApplication()
Getter for the field
application. |
OpusApplication |
OpusEncoder.getApplication()
Getter for the field
application. |
static OpusApplication |
OpusApplication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpusApplication[] |
OpusApplication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OpusMSEncoder |
OpusMSEncoder.Create(int Fs,
int channels,
int streams,
int coupled_streams,
short[] mapping,
OpusApplication application)
Create.
|
static OpusMSEncoder |
OpusMSEncoder.CreateSurround(int Fs,
int channels,
int mapping_family,
io.github.jaredmdobson.concentus.BoxedValueInt streams,
io.github.jaredmdobson.concentus.BoxedValueInt coupled_streams,
short[] mapping,
OpusApplication application)
CreateSurround.
|
void |
OpusMSEncoder.setApplication(OpusApplication value)
Setter for the field
application. |
void |
OpusEncoder.setApplication(OpusApplication value)
Setter for the field
application. |
| Constructor and Description |
|---|
OpusEncoder(int Fs,
int channels,
OpusApplication application)
Allocates and initializes an encoder state.
|
Copyright © 2024. All rights reserved.