PLVRTCStreamerMixLayoutType
Objective-C
enum PLVRTCStreamerMixLayoutType : NSInteger {}
Swift
enum PLVRTCStreamerMixLayoutType : Int, @unchecked Sendable
连麦布局类型
-
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_Unknown = 0Swift
case unknown = 0 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_Single = 1Swift
case single = 1 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_Tile = 2Swift
case tile = 2 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_MainSpeaker = 3Swift
case mainSpeaker = 3 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_BottomList = 4Swift
case bottomList = 4 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixLayoutType_RightList = 5Swift
case rightList = 5
View on GitHub
PLVRTCStreamerMixLayoutType Enumeration Reference