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_t | base The common properties for all requests. |
| char * | font_str The updated font string to apply to the audio buffer that is playing. |
| VX_HANDLE | account_handle An optional parameter that specifies the account handle of the user whose audio font will be modified. |
Detailed Description
Modify the applied font of the aux audio buffer that is rendering. If no audio buffer is rendering, then the method immediately returns.struct vx_req_aux_render_audio_modify;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable font_str
The updated font string to apply to the audio buffer that is playing. Use NULL to play an audio font without changes.char * font_str;
variable 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.VX_HANDLE account_handle;