![]() |
C# Sample
Demonstrates how to create a C# application using the VideoXpert SDK
|
|
strong |
The VxAckState enumeration.
The acknowledgement state of an event.
Definition at line 32 of file Enums.cs.
|
strong |
The VxDataSourceType enumeration.
The particular type of a data source.
Enumerator | |
---|---|
Unknown |
An error or unknown value was returned. |
Video |
A video data source. |
Audio |
An audio data source. |
Definition at line 122 of file Enums.cs.
|
strong |
The VxDeviceState enumeration.
The operational state of a device.
Enumerator | |
---|---|
Unknown |
An error or unknown value was returned. |
Offline |
The device is offline. |
Online |
The device is online. |
Definition at line 57 of file Enums.cs.
|
strong |
The VxDeviceType enumeration.
The particular type of a device.
Definition at line 73 of file Enums.cs.
|
strong |
|
strong |
The VxRecordType enumeration.
The type of trigger that caused the recording.
Definition at line 154 of file Enums.cs.
|
strong |
The VxResult enumeration.
The result of an executed method.
Definition at line 7 of file Enums.cs.
|
strong |
The VxRetentionPriority enumeration.
Indicates how long the recording device should attempt to retain the clip.
Enumerator | |
---|---|
Unknown |
An error or unknown value was returned. |
Low |
Low retention priority. |
Medium |
Medium retention priority. |
High |
High retention priority. |
Definition at line 198 of file Enums.cs.
|
strong |
The VxStreamProtocol enumeration.
The stream interface protocol.
Enumerator | |
---|---|
Unknown |
An error or unknown value was returned. |
MjpegPull |
An Mjpeg (pull) protocol interface. |
RtspRtp |
An RTSP/RTP protocol interface. |
Definition at line 138 of file Enums.cs.