Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSString *_Nonnull | storagePath |
AgoraMediaRecorderContainerFormat | containerFormat |
AgoraMediaRecorderStreamType | streamType |
NSUInteger | maxDurationMs |
NSUInteger | recorderInfoUpdateInterval |
NSUInteger | width |
NSUInteger | height |
NSUInteger | fps |
NSUInteger | sample_rate |
NSUInteger | channel_num |
AgoraVideoSourceType | videoSourceType |
|
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.
|
readwritenonatomicassign |
The video width
|
readwritenonatomicassign |
The video height
|
readwritenonatomicassign |
The video fps
|
readwritenonatomicassign |
The audio sample rate
|
readwritenonatomicassign |
The audio channel nums
|
readwritenonatomicassign |
The video source just for out channel recoder