#include <VSaaS.h>
Data Fields | |
uint32_t | cb |
VSaaSContractType | contract_type |
uint32_t | event_recording_max_sec |
uint32_t | video_max_fps |
uint32_t | recording_max_kbps |
uint32_t | video_max_high |
uint32_t | video_max_width |
The VSaaS contract information and the video format requested by VSaaS server
cb | [in] The check byte of this structure. |
contract_type | [out] The user's contract type of VSaaS.(event, fulltime) |
event_recording_max_sec | [out] The max length of event recording video in sec. |
video_max_fps | [out] The max fps of video. |
recording_max_kbps | [out] The max kbps fo recording. |
video_max_high | [out] The max height of video. |
video_max_width | [out] two max width of video. |
uint32_t cb |
VSaaSContractType contract_type |
uint32_t event_recording_max_sec |
uint32_t recording_max_kbps |
uint32_t video_max_fps |
uint32_t video_max_high |
uint32_t video_max_width |