HTTPRenderServer
public class HTTPRenderServer
-
Declaration
Swift
public init( _ provider: HTTPRenderProvider, streamKey: String? = nil, maxWidth: Int = 1920, maxHeight: Int = 1080, maxFrameRate: Int = 30, canResize: Bool = true, numberOfThreads: Int = System.coreCount )
-
Declaration
Swift
public func bind(host: String, port: Int) -> EventLoopFuture<Channel>
-
Declaration
Swift
public var html: String { get }