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_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| int | template_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
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.struct vx_req_aux_play_audio_buffer;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable template_font_id
The ID of the template font to apply to this buffer. 0 = none.int template_font_id;
variable 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.char * font_delta;