vx_state_sessiongroup
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
State session group. More...
#include <Vxc.h>Public Attributes
Detailed Description
State session group. Only used for state dump.struct vx_state_sessiongroup;
Public Attributes Documentation
variable sessiongroup_handle
char * sessiongroup_handle;
variable state_sessions_count
int state_sessions_count;
variable state_sessions
vx_state_session_t ** state_sessions;
variable in_delayed_playback
int in_delayed_playback;
variable current_playback_speed
double current_playback_speed;
variable current_playback_mode
vx_sessiongroup_playback_mode current_playback_mode;
variable playback_paused
int playback_paused;
variable loop_buffer_capacity
int loop_buffer_capacity;
variable first_loop_frame
int first_loop_frame;
variable total_loop_frames_captured
int total_loop_frames_captured;
variable last_loop_frame_played
int last_loop_frame_played;
variable current_recording_filename
char * current_recording_filename;
variable total_recorded_frames
int total_recorded_frames;