Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_sessiongroup_updated

Reference the Vivox Core SDK API.
Read time 2 minutesLast updated 20 hours ago

Sent when a session group is updated.
#include <VxcEvents.h>

Public Attributes

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable sessiongroup_handle

VX_HANDLE sessiongroup_handle;
The handle returned from a successful session group create request.

variable in_delayed_playback

int in_delayed_playback;
Deprecated: This is deprecated and should not be used. Indicates whether in delayed playback. When in delayed playback, the mic is not active.

variable current_playback_speed

double current_playback_speed;
Deprecated: This is deprecated and should not be used. Indicates the playback speed.

variable current_playback_mode

vx_sessiongroup_playback_mode current_playback_mode;
Deprecated: This is deprecated and should not be used. Indicates the playback mode.

variable playback_paused

int playback_paused;
Deprecated: This is deprecated and should not be used. Indicates whether playback is paused.

variable loop_buffer_capacity

int loop_buffer_capacity;
Deprecated: This is deprecated and should not be used. The total capacity of the loop buffer.

variable first_loop_frame

int first_loop_frame;
Deprecated: This is deprecated and should not be used. The sequence number of first frame in the loop buffer. This starts increasing when the loop buffer fills.

variable total_loop_frames_captured

int total_loop_frames_captured;
Deprecated: This is deprecated and should not be used. The total number of frames captured to the loop buffer since recording started. This peaks when the loop buffer fills.

variable last_loop_frame_played

int last_loop_frame_played;
Deprecated: This is deprecated and should not be used. The sequence number of the last frame played.

variable current_recording_filename

char * current_recording_filename;
Deprecated: This is deprecated and should not be used. The filename currently being recorded. This is empty if no file is being recorded.

variable total_recorded_frames

int total_recorded_frames;
Deprecated: This is deprecated and should not be used. The total number of frames recorded to file.

variable first_frame_timestamp_us

long long first_frame_timestamp_us;
Note: This is for file-based recording only.