Added getRate method to PayloadType interface

This commit is contained in:
Sylvain Berfini 2012-10-19 15:22:44 +02:00
parent e829fa6e22
commit bab96d30f9

View file

@ -21,4 +21,6 @@ package org.linphone.core;
public interface PayloadType {
String getMime();
int getRate();
}