RTMPConnectionDelegate
public protocol RTMPConnectionDelegate : AnyObject
The interface a RTMPConnectionDelegate uses to inform its delegate.
-
Tells the receiver to publish insufficient bandwidth occured.
Declaration
Swift
func connection(_ connection: RTMPConnection, publishInsufficientBWOccured stream: RTMPStream)
-
Tells the receiver to publish sufficient bandwidth occured.
Declaration
Swift
func connection(_ connection: RTMPConnection, publishSufficientBWOccured stream: RTMPStream)
-
Tells the receiver to update statistics.
Declaration
Swift
func connection(_ connection: RTMPConnection, updateStats stream: RTMPStream)