Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSString *_Nullable | filePath |
NSUInteger | sampleRate |
AgoraAudioFileRecordingType | fileRecordOption |
AgoraAudioRecordingQuality | quality |
Configurations of SimulcastStreamConfig.
|
readwritenonatomiccopy |
Sets whether or not to test the uplink network.
Some users, for example, the audience in a live-broadcast channel, do not need such a test.
YES
: Enables the test.NO
: Disables the test.
|
readwritenonatomicassign |
|
readwritenonatomicassign |
Sets whether or not to test the downlink network.
YES
: Enables the test.NO
: Disables the test.
|
readwritenonatomicassign |
Sets the expected maximum sending bitrate (bps) of the local user.
The value ranges between 100000 and 5000000. Agora recommends setting this value according to the required bitrate of selected video profile.
|
readwritenonatomicassign |
Sets the expected maximum receiving bitrate (bps) of the local user. The value ranges between 100000 and 5000000.