mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
Added multicore option for MS
This commit is contained in:
parent
623c8c7ef8
commit
849f5c75d0
1 changed files with 6 additions and 0 deletions
|
|
@ -706,4 +706,10 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public void setUserAgent(String name, String version) {
|
||||
setUserAgent(nativePtr,name,version);
|
||||
}
|
||||
|
||||
private native void setCpuCountNative(int count);
|
||||
public void setCpuCount(int count)
|
||||
{
|
||||
setCpuCountNative(count);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue