Go to the source code of this file.
◆ OUTPUT_PLUGIN_BASE_VERSION
#define OUTPUT_PLUGIN_BASE_VERSION 0x1000 |
◆ OUTPUT_PLUGIN_VERSION
◆ output_close_type
typedef void(* output_close_type) (void) |
◆ output_get_latency_type
typedef int(* output_get_latency_type) (void) |
◆ output_get_queue_count_type
typedef int(* output_get_queue_count_type) (void) |
◆ output_init_type
typedef int(* output_init_type) (void) |
◆ output_open_type
typedef int(* output_open_type) (const char *path) |
◆ output_plugin
◆ output_plugin_info_type
◆ output_set_buffer_type
typedef int(* output_set_buffer_type) (int *frag_size, int *frag_count, int *channels) |
◆ output_set_sample_rate_type
typedef unsigned int(* output_set_sample_rate_type) (unsigned int rate) |
◆ output_start_callbacks_type
typedef int(* output_start_callbacks_type) (void *data) |
◆ output_version_type
◆ output_write_type
typedef int(* output_write_type) (void *data, int byte_count) |