Package | Description |
---|---|
com.alivc.live.pusher |
Modifier and Type | Field and Description |
---|---|
private AlivcLivePushLogLevel |
AlivcLivePusher.mLogLevel |
Modifier and Type | Method and Description |
---|---|
static AlivcLivePushLogLevel |
AlivcLivePushLogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushLogLevel[] |
AlivcLivePushLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ILivePusher.setLogLevel(AlivcLivePushLogLevel level)
Set the log level.
|
void |
AlivcLivePusher.setLogLevel(AlivcLivePushLogLevel level)
Set the log level.
|