FOnDirectCdnStreamingStats

Reports the CDN streaming statistics.

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnDirectCdnStreamingStats, const FDirectCdnStreamingStats&, stats);

When the host directly pushes media streams to the CDN, the SDK triggers this callback every one second.

Parameters

stats
The statistics of the current CDN streaming. See FDirectCdnStreamingStats.