class EL_MODULE_AUDIO_COMMAND
Client examples: AUDIO_COMMAND_TEST_SET ; IMPORT_VIDEOS_TASK ; RBOX_CORTINA_SONG ; RBOX_TEST_DATABASE
Shared access to instance of EL_AUDIO_COMMAND_FACTORY
note
description: "Shared access to instance of ${EL_AUDIO_COMMAND_FACTORY}"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:25 GMT (Saturday 20th January 2024)"
revision: "10"
deferred class
EL_MODULE_AUDIO_COMMAND
inherit
EL_MODULE
feature {NONE} -- Constants
Audio_command: EL_AUDIO_COMMAND_FACTORY
once
create Result
end
end