gpg::VideoManager::IsCaptureAvailableResponse

#include <video_manager.h>

保存是否提供拍摄模式(在 IsCaptureAvailable 中指定)以及响应状态。

摘要

公共属性

is_capture_available
bool
是否提供拍摄模式(在 IsCaptureAvailable 中指定)。
status
可以是 ResponseStatus 中枚举的值之一。

公共属性

is_capture_available

bool gpg::VideoManager::IsCaptureAvailableResponse::is_capture_available

是否提供拍摄模式(在 IsCaptureAvailable 中指定)。

资质

ResponseStatus gpg::VideoManager::IsCaptureAvailableResponse::status

可以是 ResponseStatus 中枚举的值之一。