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_t | base The common properties for all events. |
| VX_HANDLE | sessiongroup_handle The handle returned from a successful session group create request. |
| int | first_frame The sequence number of the first frame. |
| int | current_frame The current frame sequences number. |
| int | total_frames The total number of frames available. |
Detailed Description
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.struct vx_evt_sessiongroup_playback_frame_played;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable sessiongroup_handle
The handle returned from a successful session group create request.VX_HANDLE sessiongroup_handle;
variable first_frame
The sequence number of the first frame.int first_frame;
variable current_frame
The current frame sequences number.int current_frame;
variable total_frames
The total number of frames available.int total_frames;