mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
7 lines
155 B
Swift
7 lines
155 B
Swift
struct Preference {
|
|
static var defaultInstance = Preference()
|
|
|
|
var uri: String? = "rtmp://192.168.1.7/live"
|
|
var streamName: String? = "live"
|
|
}
|