Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSString *_Nonnull | storagePath |
AgoraMediaRecorderContainerFormat | containerFormat |
AgoraMediaRecorderStreamType | streamType |
NSUInteger | maxDurationMs |
NSUInteger | recorderInfoUpdateInterval |
|
readwritenonatomiccopy |
Recorder file storage path. It contains file name (absolute path), such as -xxx.flv, -xxx.mp4, etc.
|
readwritenonatomicassign |
Container format. See AgoraMediaRecorderContainerFormat.
|
readwritenonatomicassign |
Stream Type. See AgoraMediaRecorderStreamType.
|
readwritenonatomicassign |
Max duration (ms). Default 120000ms.
|
readwritenonatomicassign |
Recorder information update interval (ms, [1000~10000]). If it is set to other values, there won't be any callback.