RVS_MediaServer_HTTPServerManagerDelegate
protocol RVS_MediaServer_HTTPServerManagerDelegate : AnyObject
These are methods that can be called from the manager to a registered delegate.
They are all called on the main thread, and are all optional.
-
mediaServerManager(_:httpError:)Default implementationCalled if there was an error encountered.
Default Implementation
Called if there was an error encountered.
Declaration
Swift
func mediaServerManager(_ manager: RVS_MediaServer_HTTPServerManager, httpError: String)Parameters
managerThe manager object
httpErrorThe text received.
View on GitHub
RVS_MediaServer_HTTPServerManagerDelegate Protocol Reference