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

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