SINSourceStreamType

Objective-C

NS_ENUM(NSInteger, SINSourceStreamType) {
  SINSourceStreamTypeInbound,
  SINSourceStreamTypeOutbound,
  SINSourceStreamTypeNone
}

Swift

enum SINSourceStreamType : Int, @unchecked Sendable

Undocumented