public interface RTCRtpCodecCapability
Modifier and Type | Method and Description |
---|---|
static RTCRtpCodecCapability |
create() |
int |
getChannels() |
int |
getClockRate() |
java.lang.String |
getMimeType() |
java.lang.String |
getSdpFmtpLine() |
void |
setChannels(int channels) |
void |
setClockRate(int clockRate) |
void |
setMimeType(java.lang.String mimeType) |
void |
setSdpFmtpLine(java.lang.String sdpFmtpLine) |
static RTCRtpCodecCapability create()
int getChannels()
int getClockRate()
java.lang.String getMimeType()
java.lang.String getSdpFmtpLine()
void setChannels(int channels)
void setClockRate(int clockRate)
void setMimeType(java.lang.String mimeType)
void setSdpFmtpLine(java.lang.String sdpFmtpLine)