Notification of Local Recording Status Changes
Notification Description
A notification is sent when the local recording status changes.
Method Definition
1
|
virtual void OnSelfLocalRecordStateNotify(const HwmLocalRecordStateInfo* localRecordStateInfo) {}; |
Precautions
This notification is triggered when the local recording status changes.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
status |
HwmLocalRecordStatus |
Local recording status. |
localRecordPath |
char[] |
Path of local recording files. |
startTime |
long long |
Recording start time (timestamp, in seconds). |
Enumerated Value |
Description |
---|---|
LOCAL_RECORD_STATUS_START |
Local recording starts. |
LOCAL_RECORD_STATUS_STOPPED |
Local recording stops. |
LOCAL_RECORD_STATUS_PAUSED |
Local recording pauses. |
LOCAL_RECORD_STATUS_RESUMED |
Local recording resumes. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot