can a array of audio player volume be handled through verse?

i want to put a array of radio or audio player so that i can handle the volume of the device through verse is this possible

audio_device_manager := class(creative_device):
     @editable AudioPlayers : []audio_player_device = array{}

     OnBegin<override>()<suspends>:void=
        for(AudioPlayer:AudioPlayers):
            #Do something with your audio players here