* VRFS-3136 - make sure the 'preferred' is chosen for device, so set the FTUE preferred sample mode

This commit is contained in:
Seth Call 2015-05-01 15:40:42 -05:00
parent 7dec27083b
commit 7d313b2298
2 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,10 @@
}
function FTUESetMusicProfileName() {
}
function FTUESetPreferredMixerSampleRate() {
}
function FTUESelectVideoCaptureDevice(device, settings) {
@ -1040,6 +1044,7 @@
this.FTUEPageLeave = FTUEPageLeave;
this.FTUEGetMusicProfileName = FTUEGetMusicProfileName;
this.FTUESetMusicProfileName = FTUESetMusicProfileName;
this.FTUESetPreferredMixerSampleRate = FTUESetPreferredMixerSampleRate;
this.FTUEGetInputLatency = FTUEGetInputLatency;
this.FTUEGetInputVolume = FTUEGetInputVolume;
this.FTUEGetMusicInputs = FTUEGetMusicInputs;

View File

@ -80,6 +80,7 @@
var newProfileName = 'FTUEAttempt-' + new Date().getTime().toString();
logger.debug("setting FTUE-prefixed profile name to: " + newProfileName);
context.jamClient.FTUESetMusicProfileName(newProfileName);
context.jamClient.FTUESetPreferredMixerSampleRate(1);
context.jamClient.FTUEClearChannelAssignments();
newSession();