Package io.agora.rtc2

Class DirectCdnStreamingStats

java.lang.Object
io.agora.rtc2.DirectCdnStreamingStats

@Deprecated public class DirectCdnStreamingStats extends Object
Deprecated.
v4.6.0.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Deprecated.
    The bitrate (bps) of the current audio frame.
    int
    Deprecated.
    The frame rate (fps) of the current video frame.
    int
    Deprecated.
    The bitrate (bps) of the current video frame.
    int
    Deprecated.
    The height (px) of the video frame.
    int
    Deprecated.
    The width (px) of the video frame.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    DirectCdnStreamingStats(int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • videoWidth

      public int videoWidth
      Deprecated.
      The width (px) of the video frame.
    • videoHeight

      public int videoHeight
      Deprecated.
      The height (px) of the video frame.
    • fps

      public int fps
      Deprecated.
      The frame rate (fps) of the current video frame.
    • videoBitrate

      public int videoBitrate
      Deprecated.
      The bitrate (bps) of the current video frame.
    • audioBitrate

      public int audioBitrate
      Deprecated.
      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