Interface RTCRtpContributingSource
@JsType(isNative=true,
namespace="<global>")
public interface RTCRtpContributingSource
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
double
void
setAudioLevel
(double audioLevel) void
setCaptureTimestamp
(double captureTimestamp) void
setRtpTimestamp
(double rtpTimestamp) void
setSenderCaptureTimeOffset
(double senderCaptureTimeOffset) void
setSource
(double source) default void
setTimestamp
(double timestamp) default void
setTimestamp
(elemental2.core.JsDate timestamp) void
-
Method Details
-
getAudioLevel
@JsProperty double getAudioLevel() -
getCaptureTimestamp
@JsProperty double getCaptureTimestamp() -
getRtpTimestamp
@JsProperty double getRtpTimestamp() -
getSenderCaptureTimeOffset
@JsProperty double getSenderCaptureTimeOffset() -
getSource
@JsProperty double getSource() -
getTimestamp
-
setAudioLevel
@JsProperty void setAudioLevel(double audioLevel) -
setCaptureTimestamp
@JsProperty void setCaptureTimestamp(double captureTimestamp) -
setRtpTimestamp
@JsProperty void setRtpTimestamp(double rtpTimestamp) -
setSenderCaptureTimeOffset
@JsProperty void setSenderCaptureTimeOffset(double senderCaptureTimeOffset) -
setSource
@JsProperty void setSource(double source) -
setTimestamp
-
setTimestamp
@JsOverlay default void setTimestamp(elemental2.core.JsDate timestamp) -
setTimestamp
@JsOverlay default void setTimestamp(double timestamp)
-