Lines Matching refs:volume
325 volume: 0.5, property
340 volume: 0.5, property
502 await soundObject.loadAsync(mainTestingSource, { volume: 1 }); property
503 await retryForStatus(soundObject, { volume: 1 }); property
508 await retryForStatus(soundObject, { volume: 0.5 }); property
513 await retryForStatus(soundObject, { volume: 0.5, audioPan: 1 }); property
522 await soundObject.setVolumeAsync(values.volume, values.audioPan);
531 testVolumeFailure('too big', { volume: 2 }); property
532 testVolumeFailure('negative', { volume: -0.5 }); property
534 testVolumeFailure('too small', { volume: 1, audioPan: -1.1 }); property
535 testVolumeFailure('too big', { volume: 1, audioPan: 1.1 }); property