Interface ApplyAudioSourceVolumeOptions

interface ApplyAudioSourceVolumeOptions {
    volume: number;
}

Properties

Properties

volume: number