RtmpCacheFullBehavior
public enum RtmpCacheFullBehavior : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case disconnectImmediately = "DISCONNECT_IMMEDIATELY" -
Undocumented
Declaration
Swift
case waitForServer = "WAIT_FOR_SERVER" -
Declaration
Swift
public var description: String { get }
View on GitHub
RtmpCacheFullBehavior Enumeration Reference