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_t | base The common properties for all events. |
| VX_HANDLE | sessiongroup_handle The handle returned from a successful session group create request. |
| vx_media_completion_type | completion_type The type of media that has completed. |
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. See: vx_req_sessiongroup_create This field stays empty if the completion type is 'aux_*'.VX_HANDLE sessiongroup_handle;
variable completion_type
The type of media that has completed.vx_media_completion_type completion_type;