![]() |
DJI Payload SDK
1.5.3
|
Get record video state command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | isRecording |
uint16_t | currentRecordingTimeInSeconds |
Get record video state command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t isRecording |
This parameter is boolean type.
uint16_t currentRecordingTimeInSeconds |
The duration of currently recorded video, unit: s.