Skip to content

SRDeviceMode

Ju Liaoyuan edited this page Dec 20, 2022 · 1 revision

SRDeviceMode Constants Reference

  Declared in SNConstant.h

SRDeviceMode

Definition

typedef NS_ENUM(NSInteger, SRDeviceMode ) {   
    
    SRDeviceModeGeneral,
    
    SRDeviceModeCommunication,
    
};

Constants

SRDeviceModeGeneral

普通模式。麦上麦下都走媒体模式。不会开启系统的AEC,音质高。

   Declared In SNConstant.h.

SRDeviceModeCommunication

通话模式。麦上通话模式,麦下媒体模式。会先经过系统AEC,音质会劣于 General 。

   Declared In SNConstant.h.

Clone this wiki locally