Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_aux_play_audio_buffer

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

Play a buffer from memory that was captured with the [vx_req_aux_start_buffer_capture] command. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
inttemplate_font_id
The ID of the template font to apply to this buffer.
char *font_delta
The font delta to apply to the chosen template font.

Detailed Description

struct vx_req_aux_play_audio_buffer;
Play a buffer from memory that was captured with the [vx_req_aux_start_buffer_capture] command. See: vx_resp_aux_play_audio_buffer To terminate playback, use vx_req_aux_render_audio_stop.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable template_font_id

int template_font_id;
The ID of the template font to apply to this buffer. 0 = none.

variable font_delta

char * font_delta;
The font delta to apply to the chosen template font. This is ignored if no template_font_id is supplied. Leave this as NULL to play the font without changes.