Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_media_completion

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

Received when certain media requests have completed.
#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.
vx_media_completion_typecompletion_type
The type of media that has completed.

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. See: vx_req_sessiongroup_create This field stays empty if the completion type is 'aux_*'.

variable completion_type

vx_media_completion_type completion_type;
The type of media that has completed.