vx_evt_media_completion
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
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.
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.