gpg:: VideoManager:: IsCaptureAvailableResponse
#include <video_manager.h>
Holds whether or not a capture mode (specified in IsCaptureAvailable
) is available, along with a response status.
Summary
Public attributes |
|
---|---|
is_capture_available
|
bool
Whether or not a capture mode (specified in
IsCaptureAvailable ) is available. |
status
|
Can be one of the values enumerated in
ResponseStatus . |
Public attributes
is_capture_available
bool gpg::VideoManager::IsCaptureAvailableResponse::is_capture_available
Whether or not a capture mode (specified in IsCaptureAvailable
) is available.
status
ResponseStatus gpg::VideoManager::IsCaptureAvailableResponse::status
Can be one of the values enumerated in ResponseStatus
.