Classes | |
class | com.alivc.live.pusher.AlivcLiveBase |
AliLive Base Interface. More... | |
Functions | |
static String | com.alivc.live.pusher.AlivcLiveBase.getSDKVersion () |
static void | com.alivc.live.pusher.AlivcLiveBase.setListener (AlivcLiveBaseListener listener) |
static boolean | com.alivc.live.pusher.AlivcLiveBase.registerSDK () |
static void | com.alivc.live.pusher.AlivcLiveBase.setLogLevel (AlivcLivePushLogLevel level) |
static void | com.alivc.live.pusher.AlivcLiveBase.setConsoleEnabled (boolean enabled) |
static void | com.alivc.live.pusher.AlivcLiveBase.setLogDirPath (String logDirPath, int maxPartFileSizeInKB) |
static boolean | com.alivc.live.pusher.AlivcLiveBase.isSupportLiveMode (AlivcLiveMode liveMode) |
|
static |
|
static |
Is the live mode supported by SDK
liveMode | live mode |
Definition at line 118 of file AlivcLiveBase.java.
|
static |
Register SDK license
Definition at line 72 of file AlivcLiveBase.java.
|
static |
Turn on or off the console print log
enabled | turn on or off Default: false |
Definition at line 95 of file AlivcLiveBase.java.
|
static |
Set live push base listener
listener | live push base listener |
Definition at line 62 of file AlivcLiveBase.java.
|
static |
Set log directory file path
logDirPath | log directory file path |
maxPartFileSizeInKB | max size of each partition, and the total volume of the final log is 5 times the maximum partition size |
Definition at line 106 of file AlivcLiveBase.java.
|
static |
Set log level
level | log level |
Definition at line 85 of file AlivcLiveBase.java.