PLVRTCStreamerMixUserInputType
Objective-C
enum PLVRTCStreamerMixUserInputType {}
Swift
enum PLVRTCStreamerMixUserInputType : Int
混流用户 混流媒体类型
-
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_AudioVideo = 0Swift
case audioVideo = 0 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_Video = 1Swift
case video = 1 -
Undocumented
Declaration
Objective-C
PLVRTCStreamerMixUserInputType_Audio = 2Swift
case audio = 2
View on GitHub
PLVRTCStreamerMixUserInputType Enumeration Reference