rtmpStreamingEvent property

RtmpStreamingEventCallback? rtmpStreamingEvent
getter/setter pair

Reports events during the RTMP streaming.

The RtmpStreamingEventCallback typedef includes the following parameters:

Implementation

/// The `RtmpStreamingEventCallback` typedef includes the following parameters:
/// - [String] `url`: The RTMP streaming URL.
/// - [RtmpStreamingEvent] `eventCode`: The event code. See [RtmpStreamingEvent].
RtmpStreamingEventCallback? rtmpStreamingEvent;