Package io.agora.rtc2

Class DirectCdnStreamingStats

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

@Deprecated public class DirectCdnStreamingStats extends Object
Deprecated.
v4.6.0.
Direct Cdn Streaming State.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Deprecated.
    Real-time bit rate of the audio pushed by rtmp.
    int
    Deprecated.
    The frame rate of the video pushed by rtmp.
    int
    Deprecated.
    Real-time bit rate of the video streamed by rtmp.
    int
    Deprecated.
    Height of the video pushed by rtmp.
    int
    Deprecated.
    Width of the video pushed by rtmp.
  • 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.
      Width of the video pushed by rtmp.
    • videoHeight

      public int videoHeight
      Deprecated.
      Height of the video pushed by rtmp.
    • fps

      public int fps
      Deprecated.
      The frame rate of the video pushed by rtmp.
    • videoBitrate

      public int videoBitrate
      Deprecated.
      Real-time bit rate of the video streamed by rtmp.
    • audioBitrate

      public int audioBitrate
      Deprecated.
      Real-time bit rate of the audio pushed by rtmp.
  • Constructor Details

    • DirectCdnStreamingStats

      public DirectCdnStreamingStats()
      Deprecated.
    • DirectCdnStreamingStats

      public DirectCdnStreamingStats(int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate)
      Deprecated.
  • Method Details