Avionics
Dropship Simulator
Devices::BassConfig Struct Reference

#include <BASS.h>

Collaboration diagram for Devices::BassConfig:
[legend]

Classes

struct  Sound
 

Public Attributes

int soundDevice
 The device to use... -1 = default device, 0 = no sound, 1 = first real output device. BASS_GetDeviceInfo can be used to enumerate the available devices. More...
 
float initialVolume = 1.0f
 
std::vector< Soundsounds
 

Detailed Description

Definition at line 13 of file BASS.h.

Member Data Documentation

◆ initialVolume

float Devices::BassConfig::initialVolume = 1.0f

Definition at line 17 of file BASS.h.

◆ soundDevice

int Devices::BassConfig::soundDevice

The device to use... -1 = default device, 0 = no sound, 1 = first real output device. BASS_GetDeviceInfo can be used to enumerate the available devices.

Definition at line 16 of file BASS.h.

◆ sounds

std::vector<Sound> Devices::BassConfig::sounds

Definition at line 34 of file BASS.h.


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