Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_sessiongroup_playback_frame_played

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Posted after a frame has been played. More...
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEsessiongroup_handle
The handle returned from a successful session group create request.
intfirst_frame
The sequence number of the first frame.
intcurrent_frame
The current frame sequences number.
inttotal_frames
The total number of frames available.

Detailed Description

struct vx_evt_sessiongroup_playback_frame_played;
Posted after a frame has been played. When playback has been stopped by the application, the first, current, and total frames are equal to zero.

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 first_frame

int first_frame;
The sequence number of the first frame.

variable current_frame

int current_frame;
The current frame sequences number.

variable total_frames

int total_frames;
The total number of frames available.