Recording setting context callback event. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual | ~IRecordingSettingContextEvent () |
virtual void | onCloudRecordingStorageInfo (INT64 storage_total_size, INT64 storage_used_size, bool allow_exceed_storage)=0 |
Notification of the current cloud recording storage information. | |
Recording setting context callback event.
Definition at line 1237 of file setting_service_interface.h.
|
inlinevirtual |
Definition at line 1240 of file setting_service_interface.h.
|
pure virtual |
Notification of the current cloud recording storage information.
storage_total_size | Specify the total storage space. |
storage_used_size | Specify the used storage space. |
allow_exceed_storage | Specify whether the used space can overflow the total space. |