RTMPStatus
@dynamicMemberLookup
public struct RTMPStatus : Sendable
A struct that represents a it reports its rtmp status.
-
The string that represents a specific event.
Declaration
Swift
public let code: String
-
The string that is either “status” or “error”.
Declaration
Swift
public let level: String
-
The string that is code description.
Declaration
Swift
public let description: String
-
Undocumented
Declaration
Swift
public subscript(dynamicMember key: String) -> String? { get }
-
Undocumented
Declaration
Swift
public subscript(dynamicMember key: String) -> Double? { get }