NIMNetCallBypassStreamingMixMode Constants Reference
| Declared in | NIMAVChatDefs.h | 
|---|
NIMNetCallBypassStreamingMixMode
音视频混屏模式, 用于互动直播连麦时的音视频混屏参数设置
Definition
typedef NS_ENUM(NSUInteger, NIMNetCallBypassStreamingMixMode ) {
                            
                               NIMNetCallBypassStreamingMixModeFloatingRightVertical = 0,
                            
                               NIMNetCallBypassStreamingMixModeFloatingLeftVertical = 1,
                            
                               NIMNetCallBypassStreamingMixModeLatticeAspectFit = 2,
                            
                               NIMNetCallBypassStreamingMixModeLatticeAspectFill = 3,
                            
                               NIMNetCallBypassStreamingMixModeCustomVideoLayout = 4,
                            
                               NIMNetCallBypassStreamingMixModeCustomAudioLayout = 5,
                            
                            };
                    
                    Constants
NIMNetCallBypassStreamingMixModeFloatingRightVertical- 
右侧纵排浮窗(画中画)
Declared In
NIMAVChatDefs.h. NIMNetCallBypassStreamingMixModeFloatingLeftVertical- 
左侧纵排浮窗(画中画)
Declared In
NIMAVChatDefs.h. NIMNetCallBypassStreamingMixModeLatticeAspectFit- 
分格平铺, 显示完整画面, 不裁剪
Declared In
NIMAVChatDefs.h. NIMNetCallBypassStreamingMixModeLatticeAspectFill- 
分格平铺, 填满区域, 可能裁剪
Declared In
NIMAVChatDefs.h. NIMNetCallBypassStreamingMixModeCustomVideoLayout- 
自定义视频布局
Declared In
NIMAVChatDefs.h. NIMNetCallBypassStreamingMixModeCustomAudioLayout- 
自定义音频布局(混屏人数)
Declared In
NIMAVChatDefs.h. 
Declared In
NIMAVChatDefs.h