|
enum | LocationTypeDto : int { Initial = 0,
Response = 1,
Movement = 2,
UserSpecified = 3
} |
|
enum | ConnectionPriorityDto : int { NotUrgent = 0,
Urgent = 1
} |
|
enum | MeasurementInstrumentTypeDto : int { ECG = 0
} |
|
enum | MediaTypeDto : int {
Wave = 0,
Jpeg = 1,
AAC = 2,
H264 = 3,
MP4 = 4,
Opus = 5,
Speex = 6
} |
|