Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMediaRecorderInfo Class Reference

Inherits <NSObject>.

Properties

NSString *_Nonnull recorderFileName
 
NSUInteger durationMs
 
NSUInteger fileSize
 

Property Documentation

◆ recorderFileName

- (NSString* _Nonnull) recorderFileName
readwritenonatomiccopy

The absolute storage path of the recording file.

◆ durationMs

- (NSUInteger) durationMs
readwritenonatomicassign

Duration of the recorded file, in milliseconds.

◆ fileSize

- (NSUInteger) fileSize
readwritenonatomicassign

Size of the recording file in bytes.