Package io.agora.rtc2
Class DirectCdnStreamingStats
java.lang.Object
io.agora.rtc2.DirectCdnStreamingStats
Deprecated.
v4.6.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.The bitrate (bps) of the current audio frame.intDeprecated.The frame rate (fps) of the current video frame.intDeprecated.The bitrate (bps) of the current video frame.intDeprecated.The height (px) of the video frame.intDeprecated.The width (px) of the video frame. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DirectCdnStreamingStats(int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate) Deprecated. -
Method Summary
-
Field Details
-
videoWidth
public int videoWidthDeprecated.The width (px) of the video frame. -
videoHeight
public int videoHeightDeprecated.The height (px) of the video frame. -
fps
public int fpsDeprecated.The frame rate (fps) of the current video frame. -
videoBitrate
public int videoBitrateDeprecated.The bitrate (bps) of the current video frame. -
audioBitrate
public int audioBitrateDeprecated.The bitrate (bps) of the current audio frame.
-
-
Constructor Details
-
DirectCdnStreamingStats
public DirectCdnStreamingStats()Deprecated. -
DirectCdnStreamingStats
public DirectCdnStreamingStats(int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate) Deprecated.
-
-
Method Details