You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import Foundation
|
|
|
|
public enum StreamingConstants: Sendable {
|
|
public static let defaultPort: Int = 8420
|
|
public static let segmentDuration: Double = 6.0
|
|
public static let protocolVersion: Int = 1
|
|
}
|
|
|