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 中枚举的其中一个值。