|
Agora Server Gateway SDK Java API Reference
|
Private Attributes | |
| long | numberOfStreams |
| long | bytesMajorStream |
| long | bytesMinorStream |
| int | framesEncoded |
| int | ssrcMajorStream |
| int | ssrcMinorStream |
| int | captureFrameRate |
| int | regulatedCaptureFrameRate |
| int | inputFrameRate |
| int | encodeFrameRate |
| int | renderFrameRate |
| int | targetMediaBitrateBps |
| int | mediaBitrateBps |
| int | totalBitrateBps |
| int | captureWidth |
| int | captureHeight |
| int | regulatedCaptureWidth |
| int | regulatedCaptureHeight |
| int | width |
| int | height |
| int | encoderType |
| int | uplinkCostTimeMs |
| int | qualityAdaptIndication |
The statistics of the local video track.
| io.agora.rtc.LocalVideoTrackStats.LocalVideoTrackStats | ( | ) |
| io.agora.rtc.LocalVideoTrackStats.LocalVideoTrackStats | ( | long | numberOfStreams, |
| long | bytesMajorStream, | ||
| long | bytesMinorStream, | ||
| int | framesEncoded, | ||
| int | ssrcMajorStream, | ||
| int | ssrcMinorStream, | ||
| int | captureFrameRate, | ||
| int | regulatedCaptureFrameRate, | ||
| int | inputFrameRate, | ||
| int | encodeFrameRate, | ||
| int | renderFrameRate, | ||
| int | targetMediaBitrateBps, | ||
| int | mediaBitrateBps, | ||
| int | totalBitrateBps, | ||
| int | captureWidth, | ||
| int | captureHeight, | ||
| int | regulatedCaptureWidth, | ||
| int | regulatedCaptureHeight, | ||
| int | width, | ||
| int | height, | ||
| int | encoderType, | ||
| int | uplinkCostTimeMs, | ||
| int | qualityAdaptIndication ) |
Constructor.
| numberOfStreams | The number of streams. |
| bytesMajorStream | The number of bytes of the major stream. |
| bytesMinorStream | The number of bytes of the minor stream. |
| framesEncoded | The number of encoded frames. |
| ssrcMajorStream | The SSRC (synchronization source) of the major stream. |
| ssrcMinorStream | The SSRC (synchronization source) of the minor stream. |
| captureFrameRate | The capture frame rate of the video. |
| regulatedCaptureFrameRate | The regulated frame rate of capture frame rate according to video encoder configuration. |
| inputFrameRate | The input frame rate of the encoder. |
| encodeFrameRate | The output frame rate of the encoder. |
| renderFrameRate | The rendering frame rate. |
| targetMediaBitrateBps | The target bitrate (bps). |
| mediaBitrateBps | The bitrate excluding FEC. |
| totalBitrateBps | The total bitrate including FEC. |
| captureWidth | The capture frame width (pixel). |
| captureHeight | The capture frame height (pixel). |
| regulatedCaptureWidth | The regulated frame width (pixel) of capture frame width according to video encoder configuration. |
| regulatedCaptureHeight | The regulated frame height (pixel) of capture frame height according to video encoder configuration. |
| width | The frame width (pixel). |
| height | The frame height (pixel). |
| encoderType | The video encoder type. |
| uplinkCostTimeMs | The average time diff between frame captured and framed encoded. |
| qualityAdaptIndication | Quality change of the local video in terms of target frame rate and target bit rate in this reported interval.
|
| long io.agora.rtc.LocalVideoTrackStats.getBytesMajorStream | ( | ) |
| long io.agora.rtc.LocalVideoTrackStats.getBytesMinorStream | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getCaptureFrameRate | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getCaptureHeight | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getCaptureWidth | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getEncodeFrameRate | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getEncoderType | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getFramesEncoded | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getHeight | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getInputFrameRate | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getMediaBitrateBps | ( | ) |
| long io.agora.rtc.LocalVideoTrackStats.getNumberOfStreams | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getQualityAdaptIndication | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getRegulatedCaptureFrameRate | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getRegulatedCaptureHeight | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getRegulatedCaptureWidth | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getRenderFrameRate | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getSsrcMajorStream | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getSsrcMinorStream | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getTargetMediaBitrateBps | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getTotalBitrateBps | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getUplinkCostTimeMs | ( | ) |
| int io.agora.rtc.LocalVideoTrackStats.getWidth | ( | ) |
| void io.agora.rtc.LocalVideoTrackStats.setBytesMajorStream | ( | long | bytesMajorStream | ) |
| void io.agora.rtc.LocalVideoTrackStats.setBytesMinorStream | ( | long | bytesMinorStream | ) |
| void io.agora.rtc.LocalVideoTrackStats.setCaptureFrameRate | ( | int | captureFrameRate | ) |
| void io.agora.rtc.LocalVideoTrackStats.setCaptureHeight | ( | int | captureHeight | ) |
| void io.agora.rtc.LocalVideoTrackStats.setCaptureWidth | ( | int | captureWidth | ) |
| void io.agora.rtc.LocalVideoTrackStats.setEncodeFrameRate | ( | int | encodeFrameRate | ) |
| void io.agora.rtc.LocalVideoTrackStats.setEncoderType | ( | int | encoderType | ) |
| void io.agora.rtc.LocalVideoTrackStats.setFramesEncoded | ( | int | framesEncoded | ) |
| void io.agora.rtc.LocalVideoTrackStats.setHeight | ( | int | height | ) |
| void io.agora.rtc.LocalVideoTrackStats.setInputFrameRate | ( | int | inputFrameRate | ) |
| void io.agora.rtc.LocalVideoTrackStats.setMediaBitrateBps | ( | int | mediaBitrateBps | ) |
| void io.agora.rtc.LocalVideoTrackStats.setNumberOfStreams | ( | long | numberOfStreams | ) |
| void io.agora.rtc.LocalVideoTrackStats.setQualityAdaptIndication | ( | int | qualityAdaptIndication | ) |
| void io.agora.rtc.LocalVideoTrackStats.setRegulatedCaptureFrameRate | ( | int | regulatedCaptureFrameRate | ) |
| void io.agora.rtc.LocalVideoTrackStats.setRegulatedCaptureHeight | ( | int | regulatedCaptureHeight | ) |
| void io.agora.rtc.LocalVideoTrackStats.setRegulatedCaptureWidth | ( | int | regulatedCaptureWidth | ) |
| void io.agora.rtc.LocalVideoTrackStats.setRenderFrameRate | ( | int | renderFrameRate | ) |
| void io.agora.rtc.LocalVideoTrackStats.setSsrcMajorStream | ( | int | ssrcMajorStream | ) |
| void io.agora.rtc.LocalVideoTrackStats.setSsrcMinorStream | ( | int | ssrcMinorStream | ) |
| void io.agora.rtc.LocalVideoTrackStats.setTargetMediaBitrateBps | ( | int | targetMediaBitrateBps | ) |
| void io.agora.rtc.LocalVideoTrackStats.setTotalBitrateBps | ( | int | totalBitrateBps | ) |
| void io.agora.rtc.LocalVideoTrackStats.setUplinkCostTimeMs | ( | int | uplinkCostTimeMs | ) |
| void io.agora.rtc.LocalVideoTrackStats.setWidth | ( | int | width | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |