expose new JS bridge methods
This commit is contained in:
parent
c0cb5ef138
commit
4e032f583d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue