gpg::
  #include <video_manager.h>
  Holds data for video capture state, along with a response status.
Summary
| Public attributes | |
|---|---|
| status | Can be one of the values enumerated in  ResponseStatus. | 
| video_capture_state | Data about the video capture state.  | 
Public attributes
status
ResponseStatus gpg::VideoManager::GetCaptureStateResponse::status
Can be one of the values enumerated in ResponseStatus. 
video_capture_state
VideoCaptureState gpg::VideoManager::GetCaptureStateResponse::video_capture_state
Data about the video capture state.
