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
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
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