RetroArch
Public Attributes | List of all members
audio_mixer_stream_params Struct Reference

#include <audio_driver.h>

Collaboration diagram for audio_mixer_stream_params:
[legend]

Public Attributes

float volume
 
enum audio_mixer_type type
 
enum audio_mixer_state state
 
voidbuf
 
char * basename
 
size_t bufsize
 
audio_mixer_stop_cb_t cb
 

Member Data Documentation

◆ basename

char* audio_mixer_stream_params::basename

◆ buf

void* audio_mixer_stream_params::buf

◆ bufsize

size_t audio_mixer_stream_params::bufsize

◆ cb

audio_mixer_stop_cb_t audio_mixer_stream_params::cb

◆ state

enum audio_mixer_state audio_mixer_stream_params::state

◆ type

enum audio_mixer_type audio_mixer_stream_params::type

◆ volume

float audio_mixer_stream_params::volume

The documentation for this struct was generated from the following file: