Package io.agora.rtc2
Class DirectCdnStreamingStats
java.lang.Object
io.agora.rtc2.DirectCdnStreamingStats
Deprecated.
v4.6.0.
Direct Cdn Streaming State.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.Real-time bit rate of the audio pushed by rtmp.intDeprecated.The frame rate of the video pushed by rtmp.intDeprecated.Real-time bit rate of the video streamed by rtmp.intDeprecated.Height of the video pushed by rtmp.intDeprecated.Width of the video pushed by rtmp. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DirectCdnStreamingStats(int videoWidth, int videoHeight, int fps, int videoBitrate, int audioBitrate) Deprecated. -
Method Summary
-
Field Details
-
videoWidth
public int videoWidthDeprecated.Width of the video pushed by rtmp. -
videoHeight
public int videoHeightDeprecated.Height of the video pushed by rtmp. -
fps
public int fpsDeprecated.The frame rate of the video pushed by rtmp. -
videoBitrate
public int videoBitrateDeprecated.Real-time bit rate of the video streamed by rtmp. -
audioBitrate
public int audioBitrateDeprecated.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