PLVRTCStreamerMixUserInputType
Objective-C
enum PLVRTCStreamerMixUserInputType : NSInteger {}
Swift
enum PLVRTCStreamerMixUserInputType : Int, @unchecked Sendable
混流用户 混流媒体类型
-
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_AudioVideo = 0
Swift
case audioVideo = 0
-
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_Video = 1
Swift
case video = 1
-
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_Audio = 2
Swift
case audio = 2