expose new JS bridge methods

This commit is contained in:
Brian Smith 2014-03-02 17:09:02 -05:00
parent c0cb5ef138
commit 4e032f583d
1 changed files with 12 additions and 0 deletions

View File

@ -140,6 +140,16 @@
return ['a'];
}
function FTUEGetAllAudioConfigurations() {
return ['a'];
}
function FTUEGetGoodAudioConfigurations() {
reutrn ['a'];
}
function FTUEG
function RegisterVolChangeCallBack(functionName) {
dbg('RegisterVolChangeCallBack');
}
@ -664,6 +674,8 @@
this.FTUEStartLatency = FTUEStartLatency;
this.FTUEGetExpectedLatency = FTUEGetExpectedLatency;
this.FTUEGetGoodConfigurationList = FTUEGetGoodConfigurationList;
this.FTUEGetAllAudioConfigurations = FTUEGetAllAudioConfigurations;
this.FTUEGetGoodAudioConfigurations = FTUEGetGoodAudioConfigurations;
// Session
this.SessionAddTrack = SessionAddTrack;