![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a request for a new manual recording to be generated. More...
#include <VxNewManualRecording.h>
Public Member Functions | |
VxNewManualRecording () | |
Initializes a new instance of the VxNewManualRecording struct. More... | |
VxNewManualRecording (const VxNewManualRecording &ref) | |
Initializes a new instance of the VxNewManualRecording struct. More... | |
~VxNewManualRecording () | |
Finalizes an instance of the VxNewManualRecording class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | dataSourceId [64] |
The unique identifier of the data source to manually record. More... | |
int | postRecord |
The amount of time, from 0 to 30 seconds, to record after the manual recording is stopped. More... | |
int | preRecord |
The amount of time, from 0 to 30 seconds, to record prior to the manual recording start time. More... | |
Represents a request for a new manual recording to be generated.
Definition at line 11 of file VxNewManualRecording.h.
|
inline |
Initializes a new instance of the VxNewManualRecording struct.
Definition at line 16 of file VxNewManualRecording.h.
|
inline |
Initializes a new instance of the VxNewManualRecording struct.
ref | The reference. |
Definition at line 24 of file VxNewManualRecording.h.
|
inline |
Finalizes an instance of the VxNewManualRecording class.
Definition at line 33 of file VxNewManualRecording.h.
|
inline |
Clears this instance.
Definition at line 40 of file VxNewManualRecording.h.
char VxSdk::VxNewManualRecording::dataSourceId[64] |
The unique identifier of the data source to manually record.
Definition at line 50 of file VxNewManualRecording.h.
int VxSdk::VxNewManualRecording::postRecord |
The amount of time, from 0 to 30 seconds, to record after the manual recording is stopped.
Definition at line 54 of file VxNewManualRecording.h.
int VxSdk::VxNewManualRecording::preRecord |
The amount of time, from 0 to 30 seconds, to record prior to the manual recording start time.
Definition at line 58 of file VxNewManualRecording.h.