SINSourceStreamType
Objective-C
NS_ENUM(NSInteger, SINSourceStreamType) {
SINSourceStreamTypeInbound,
SINSourceStreamTypeOutbound,
SINSourceStreamTypeNone
}
Swift
enum SINSourceStreamType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
SINSourceStreamTypeInbound
Swift
case inbound = 0
-
Undocumented
Declaration
Objective-C
SINSourceStreamTypeOutbound
Swift
case outbound = 1
-
Undocumented
Declaration
Objective-C
SINSourceStreamTypeNone
Swift
case none = 2