Package io.agora.rtc2
Interface IDirectCdnStreamingEventHandler
Deprecated.
v4.6.0.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDirectCdnStreamingStateChanged(DirectCdnStreamingState state, DirectCdnStreamingReason reason, String message) Deprecated.voidDeprecated.
-
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
Deprecated.- Parameters:
stats- The statistics of the current CDN streaming. See `DirectCdnStreamingStats`.
-