Interface RTCRtpCodecCapability
@JsType(isNative=true,
namespace="<global>")
public interface RTCRtpCodecCapability
-
Method Summary
Modifier and TypeMethodDescriptionstatic RTCRtpCodecCapability
create()
int
int
void
setChannels
(int channels) void
setClockRate
(int clockRate) void
setMimeType
(String mimeType) void
setSdpFmtpLine
(String sdpFmtpLine)
-
Method Details
-
create
-
getChannels
@JsProperty int getChannels() -
getClockRate
@JsProperty int getClockRate() -
getMimeType
-
getSdpFmtpLine
-
setChannels
@JsProperty void setChannels(int channels) -
setClockRate
@JsProperty void setClockRate(int clockRate) -
setMimeType
-
setSdpFmtpLine
-