Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, PLVImageEmotionMessageSendState) { PLVImageEmotionMessageSendStateReady = 0, PLVImageEmotionMessageSendStateFailed, PLVImageEmotionMessageSendStateSuccess }
Swift
enum PLVImageEmotionMessageSendState : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, PLVImageUploadState) { PLVImageUploadStateReady = 0, PLVImageUploadStateUploading, PLVImageUploadStateFailed, PLVImageUploadStateSuccess }
Swift
enum PLVImageUploadState : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, PLVImageMessageSendState) { PLVImageMessageSendStateReady = 0, PLVImageMessageSendStateFailed, PLVImageMessageSendStateSuccess }
Swift
enum PLVImageMessageSendState : Int
-
画笔类型枚举
See moreDeclaration
Objective-C
enum PLVWebViewBrushPenType : NSInteger {}
Swift
enum PLVWebViewBrushPenType : Int
-
Declaration
Objective-C
enum PLVConsoleLogModuleType : NSUInteger {}
-
频道类型
See moreDeclaration
Objective-C
enum PLVChannelType : NSInteger {}
-
视频类型
See moreDeclaration
Objective-C
enum PLVChannelVideoType : NSUInteger {}
-
频道 直播流状态
See moreDeclaration
Objective-C
enum PLVChannelLiveStreamState : NSInteger {}
-
频道 连麦场景类型
See moreDeclaration
Objective-C
enum PLVChannelLinkMicSceneType : NSInteger {}
-
频道 连麦媒体类型
See moreDeclaration
Objective-C
enum PLVChannelLinkMicMediaType : NSInteger {}
-
频道 限制类型
See moreDeclaration
Objective-C
enum PLVChannelRestrictState : NSInteger {}
-
频道 暖场类型
See moreDeclaration
Objective-C
enum PLVChannelWarmUpType : NSUInteger {}
-
频道 跑马灯类型
See moreDeclaration
Objective-C
enum PLVChannelMarqueeType : NSUInteger {}
-
播放器 主副类型
See moreDeclaration
Objective-C
enum PLVPlayerMainSubType : NSInteger {}
Swift
enum PLVPlayerMainSubType : Int
-
加载状态
See moreDeclaration
Objective-C
enum PLVLivePlaybackPlayerLoadState : NSInteger {}
Swift
enum PLVLivePlaybackPlayerLoadState : Int
-
加载状态
See moreDeclaration
Objective-C
enum PLVLivePlayerLoadState : NSInteger {}
Swift
enum PLVLivePlayerLoadState : Int
-
连麦场景类型
See moreDeclaration
Objective-C
enum PLVLinkMicSceneType : NSInteger {}
Swift
enum PLVLinkMicSceneType : Int
-
混流布局类型
See moreDeclaration
Objective-C
enum PLVRTCStreamerMixLayoutType : NSInteger {}
Swift
enum PLVRTCStreamerMixLayoutType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, PLVRTCStreamerManagerErrorCode) { /// -1: 未知错误 PLVRTCStreamerManagerErrorCode_UnknownError = -1, /// 0: 无错误 PLVRTCStreamerManagerErrorCode_NoError = 0, /// 100: 开始推流失败,流配置错误 PLVRTCStreamerManagerErrorCode_PushStreamFailedSetupStreamError = 100, /// 102: 开始推流失败,流接口错误 PLVRTCStreamerManagerErrorCode_PushStreamFailedActionError = 102, /// 104: 开始推流失败,Session获取错误 PLVRTCStreamerManagerErrorCode_PushStreamFailedSessionGetError = 104, /// 106: 开始推流失败,Session获取非法 PLVRTCStreamerManagerErrorCode_PushStreamFailedSessionIllegal = 106, /// 202: 更新RTCToken失败,接口错误 PLVRTCStreamerManagerErrorCode_UpdateRTCTokenFailedAuthError = 202, }
Swift
enum PLVRTCStreamerManagerErrorCode : Int
-
混流用户 画面填充模式
See moreDeclaration
Objective-C
enum PLVRTCStreamerMixUserRenderMode : NSInteger {}
Swift
enum PLVRTCStreamerMixUserRenderMode : Int
-
混流用户 混流媒体类型
See moreDeclaration
Objective-C
enum PLVRTCStreamerMixUserInputType : NSInteger {}
Swift
enum PLVRTCStreamerMixUserInputType : Int
-
用户类型枚举 注意:需要与BusinessSDK的PLVBSocketUserType枚举对齐
See moreDeclaration
Objective-C
enum PLVSocketUserType : NSUInteger {}
Swift
enum PLVSocketUserType : UInt
-
socket 连接状态枚举 /// 注意:需要与BusinessSDK的PLVBSocketConnectStatus枚举对齐
See moreDeclaration
Objective-C
enum PLVSocketConnectStatus : NSUInteger {}
Swift
enum PLVSocketConnectStatus : UInt
-
socket 登陆失败错误码 注意:需要与BusinessSDK的PLVBSocketErrorCode枚举对齐
See moreDeclaration
Objective-C
enum PLVSocketLoginErrorCode : NSInteger {}
Swift
enum PLVSocketLoginErrorCode : Int
-
文件上传状态
See moreDeclaration
Objective-C
enum PLVDocumentUploadStatus : NSInteger {}
Swift
enum PLVDocumentUploadStatus : Int