forked from mirrors/linphone-iphone
Added getRate method to PayloadType interface
This commit is contained in:
parent
e829fa6e22
commit
bab96d30f9
1 changed files with 2 additions and 0 deletions
|
|
@ -21,4 +21,6 @@ package org.linphone.core;
|
|||
public interface PayloadType {
|
||||
|
||||
String getMime();
|
||||
|
||||
int getRate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue