Modifier and Type | Method and Description |
---|---|
AlivcImageFormat |
AlivcLivePushConfig.getAlivcExternMainImageFormat() |
static AlivcImageFormat |
AlivcImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcImageFormat[] |
AlivcImageFormat.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.addMixVideo(AlivcImageFormat format,
int width,
int height,
int rotation,
float displayX,
float displayY,
float displayW,
float displayH,
boolean adjustHeight)
Add a stream for stream mixing, set the width and height of the stream, and set the relative position for the stream in the main stream.
|
void |
AlivcLivePushConfig.setAlivcExternMainImageFormat(AlivcImageFormat alivcExternMainImageFormat) |
void |
AlivcLivePushConfig.setExternMainStream(boolean externMainStream,
AlivcImageFormat format,
AlivcSoundFormat soundFormat) |