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.
 
 
Music/MusicShared/Sources/MusicShared/StreamingConstants.swift

7 lines
209 B

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
}