live_push_def library

Enums

AlivcLiveLicenseCheckResultCode
SDK License 校验枚举
AlivcLiveNetworkQuality
网络质量
AlivcLivePlayerError
互动模式拉流错误码
AlivcLivePlayRenderMode
渲染模式
AlivcLivePlayRotationMode
视频旋转角度
AlivcLivePushAudioChannel
声道数
AlivcLivePushAudioEffectReverbMode
音效混响模式
AlivcLivePushAudioEffectVoiceChangeMode
变声音效模式
AlivcLivePushAudioEncoderMode
音频编码模式
AlivcLivePushAudioEncoderProfile
音频编码格式
AlivcLivePushAudioFormat
外部音频数据
AlivcLivePushAudioSampleRate
音频采样率
AlivcLivePushCameraType
摄像头方向
AlivcLivePusherAudioScenario
音频应用场景
AlivcLivePushFPS
视频帧率
AlivcLivePushLogLevel
SDK log级别
AlivcLivePushMode
直播SDK推流模式
AlivcLivePushOrientation
推流屏幕方向
AlivcLivePushQualityMode
推流模式
AlivcLivePushResolution
分辨率
AlivcLivePushStatus
推流状态
AlivcLivePushStreamMode
推流模式
AlivcLivePushVideoEncodeGOP
关键帧间隔
AlivcLivePushVideoEncoderMode
视频编码模式
AlivcLivePushVideoEncoderModeHardCodec
视频硬编码方式
AlivcLivePushVideoFormat
外部视频数据
AlivcLiveSnapshotDirType
iOS截图存储沙盒目录类型
AlivcLiveTranscodingCropMode
云端混流(转码)裁剪模式
AlivcPusherPreviewDisplayMode
预览显示模式

Typedefs

OnBGMProgress = void Function(int progress, int duration)
OnLicenceCheck = void Function(AlivcLiveLicenseCheckResultCode result, String reason)
OnLivePlayerCallback = void Function()
OnLivePlayerError = void Function(AlivcLivePlayerError errorCode, String errorMessage)
OnLivePusherCallback = void Function()
OnLivePusherError = void Function(int errorCode, String errorDescription)
OnLivePusherNetworkError = void Function(int errorCode, String errorDescription)
OnNetworkQualityChanged = void Function(AlivcLiveNetworkQuality quality)
OnSnapshot = void Function(bool saveResult, String savePath, {AlivcLiveSnapshotDirType? dirTypeForIOS})