Package org.kurento.client
Class RTCCodec
java.lang.Object
org.kurento.client.Stats
org.kurento.client.RTCStats
org.kurento.client.RTCCodec
RTC codec statistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
get Use 2 for stereo, missing for most other cases.long
get Represents the media sampling rate.getCodec()
get e.g., video/vp8 or equivalent.get From the SDP description line.long
get Payload type as used in RTP encoding.void
setChannels
(long channels) set Use 2 for stereo, missing for most other cases.void
setClockRate
(long clockRate) set Represents the media sampling rate.void
set e.g., video/vp8 or equivalent.void
setParameters
(String parameters) set From the SDP description line.void
setPayloadType
(long payloadType) set Payload type as used in RTP encoding.Methods inherited from class org.kurento.client.Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
Method Details
-
getPayloadType
public long getPayloadType()get Payload type as used in RTP encoding. -
setPayloadType
public void setPayloadType(long payloadType) set Payload type as used in RTP encoding. -
getCodec
get e.g., video/vp8 or equivalent. -
setCodec
set e.g., video/vp8 or equivalent. -
getClockRate
public long getClockRate()get Represents the media sampling rate. -
setClockRate
public void setClockRate(long clockRate) set Represents the media sampling rate. -
getChannels
public long getChannels()get Use 2 for stereo, missing for most other cases. -
setChannels
public void setChannels(long channels) set Use 2 for stereo, missing for most other cases. -
getParameters
get From the SDP description line. -
setParameters
set From the SDP description line.
-