|
Dante Application Library API
|
Classes | |
| class | Timestamp |
Public Types | |
| enum | Type { MaxControlThreadInterval, MaxAudioThreadInterval, LatePacketCount, NonSequentialPacketCount, NumTypes } |
Public Member Functions | |
| MonitoringEvent (Timestamp timestamp) | |
| Timestamp | getTimestamp () const |
| bool | hasType (Type type) const |
| void | setType (Type type) |
| Uint32 | getMaxControlThreadIntervalUs () const |
| void | setMaxControlThreadIntervalUs (Uint32 interval) |
| Uint32 | getMaxAudioThreadIntervalUs () const |
| void | setMaxAudioThreadIntervalUs (Uint32 interval) |
| Uint32 | getLatePacketCount () const |
| void | setLatePacketCount (Uint32 count) |
| Uint32 | getNonSequentialPacketCount () const |
| void | setNonSequentialPacketCount (Uint32 count) |
1.8.17