Package | Description |
---|---|
com.alivc.live.pusher |
Modifier and Type | Field and Description |
---|---|
private AlivcSoundFormat |
AlivcLivePushConfig.mAlivcExternMainSoundFormat |
Modifier and Type | Method and Description |
---|---|
AlivcSoundFormat |
AlivcLivePushConfig.getAlivcExternMainSoundFormat() |
static AlivcSoundFormat |
AlivcSoundFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcSoundFormat[] |
AlivcSoundFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
AlivcLivePusher.addMixAudio(int channels,
AlivcSoundFormat format,
int audioSample)
Add an audio stream for mixing, and set the audio format and sample rate for the audio stream.
|
void |
AlivcLivePushConfig.setAlivcExternMainSoundFormat(AlivcSoundFormat alivcExternMainSoundFormat) |
void |
AlivcLivePushConfig.setExternMainStream(boolean externMainStream,
AlivcImageFormat format,
AlivcSoundFormat soundFormat) |