rtmpStreamingEvent property
Reports events during the RTMP or RTMPS streaming.
The RtmpStreamingEventCallback typedef includes the following parameters:
- String
url: The RTMP or RTMPS streaming URL. - RtmpStreamingEvent
eventCode: The event code. See RtmpStreamingEvent.
Implementation
RtmpStreamingEventCallback? rtmpStreamingEvent;