Skip to main content

Class: AudioConfig

A configuration object which defines audio options.

Implements

Constructors

constructor

new AudioConfig(baseInstrument, element): AudioConfig

Creates a new AudioConfig from a configuration document element.

Parameters

NameTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

AudioConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AudioConfig.ts:15

Properties

audioPanel

Optional Readonly audioPanel: AudioPanelConfig

A config that defines options for the audio panel. If not defined, then the audio panel is not supported.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AudioConfig.ts:8