PLVChannelRestrictState
enum PLVChannelRestrictState : NSInteger {}
频道 限制类型
-
Undocumented
Declaration
Objective-C
PLVChannelRestrictState_GetFailed = -2 -
获取失败
Declaration
Objective-C
PLVChannelRestrictState_Unknown = -1 -
未知
Declaration
Objective-C
PLVChannelRestrictState_NoneRestrict = 0 -
无限制(允许播放)
Declaration
Objective-C
PLVChannelRestrictState_PlayRestrict = 1
View on GitHub
PLVChannelRestrictState Enumeration Reference