|
enum | CaptureChannel { CH1,
CH2
} |
|
|
| InputCaptureConfigBase (VMXResourceType resource_type) |
|
void | SetStallTimeout20MsPeriods (uint8_t stall_timeout_20ms_periods) |
|
uint8_t | GetStallTimeout20MsPeriods () |
|
void | SetCaptureChannelFilter (CaptureChannel capture_channel, uint8_t filter) |
|
uint8_t | GetCaptureChannelFilter (CaptureChannel capture_channel) |
|
uint8_t | GetClosestCaptureChannelFilter (uint32_t period_nanoseconds) |
|
uint8_t | GetClosestCaptureCaptureFilterNumSamples (uint32_t num_samples) |
|
uint32_t | GetCaptureChannelFilterPeriodNanoseconds (uint8_t filter) |
|
uint32_t | GetCaptureChannelFilterNumSamples (uint8_t filter) |
|
| VMXResourceConfig (VMXResourceType res_type) |
|
VMXResourceType | GetResourceType () const |
| VMXResourceType which this configuration applies to.
|
|
virtual size_t | GetSize () const =0 |
|
virtual VMXResourceConfig * | GetCopy () const =0 |
| Instantiates a copy of the configuration data. More...
|
|
virtual bool | Copy (const VMXResourceConfig *p_config)=0 |
| Copies the contents of the source VMXResourceConfig object into this object. More...
|
|
|
uint8_t | capture_channel_filter [2] |
|
uint8_t | stall_timeout_20ms_periods |
|
VMXResourceType | res_type |
|
The documentation for this struct was generated from the following file: