Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_aux_render_audio_modify

Learn about audio management.
Read time 1 minuteLast updated 20 hours ago

Modify the applied font of the aux audio buffer that is rendering. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
char *font_str
The updated font string to apply to the audio buffer that is playing.
VX_HANDLEaccount_handle
An optional parameter that specifies the account handle of the user whose audio font will be modified.

Detailed Description

struct vx_req_aux_render_audio_modify;
Modify the applied font of the aux audio buffer that is rendering. If no audio buffer is rendering, then the method immediately returns.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable font_str

char * font_str;
The updated font string to apply to the audio buffer that is playing. Use NULL to play an audio font without changes.

variable account_handle

VX_HANDLE account_handle;
An optional parameter that specifies the account handle of the user whose audio font will be modified. This must either be unset or the account_handle that was passed in to a vx_req_account_anonymous_login request that previously succeeded. If unset, the default account_handle is used.