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
View on GitHub
PLVRTCStreamerMixLayoutType Enumeration Reference