|
libivon 0.1.0
Voice-over-IP library
|
Speaking state transition event. More...
#include <ivon_audio_types.h>
Public Attributes | |
| uint64_t | sender_id |
| Who changed state. | |
| uint64_t | group_id |
| Group tag (0 = untagged) | |
| int | speaking |
| Non-zero = started, zero = stopped. | |
| uint8_t | flags |
| Raw flags byte from packet. | |
| uint32_t | epoch |
| Audio epoch. | |
| ivon_speaking_mode_t | mode |
| Derived speaking mode. | |
Speaking state transition event.
| uint32_t ivon_speaking_event::epoch |
Audio epoch.
| uint8_t ivon_speaking_event::flags |
Raw flags byte from packet.
| uint64_t ivon_speaking_event::group_id |
Group tag (0 = untagged)
| ivon_speaking_mode_t ivon_speaking_event::mode |
Derived speaking mode.
| uint64_t ivon_speaking_event::sender_id |
Who changed state.
| int ivon_speaking_event::speaking |
Non-zero = started, zero = stopped.