Package io.agora.rtc2

Interface IDirectCdnStreamingEventHandler


@Deprecated public interface IDirectCdnStreamingEventHandler
Deprecated.
v4.6.0.
  • Method Details

    • onDirectCdnStreamingStateChanged

      void onDirectCdnStreamingStateChanged(DirectCdnStreamingState state, DirectCdnStreamingReason reason, String message)
      Deprecated.
      Parameters:
      state - The current CDN streaming state. See `DirectCdnStreamingState`.
      reason - Reasons for changes in the status of CDN streaming. See `DirectCdnStreamingReason`.
      message - The information about the changed streaming state.
    • onDirectCdnStreamingStats

      void onDirectCdnStreamingStats(DirectCdnStreamingStats stats)
      Deprecated.
      Parameters:
      stats - The statistics of the current CDN streaming. See `DirectCdnStreamingStats`.