VKStreamProfile
@objc
public enum VKStreamProfile : Int, Codable
-
Standard Latency profile (~15 seconds)
Declaration
Swift
case standard -
Low Latency profile (~3 seconds)
Declaration
Swift
case lowLatency -
Ultra Low Latency profile (<1 second) Please note that the ultra low latency profile is currently in beta
Declaration
Swift
public static func encode(withString string: String) -> VKStreamProfile? -
Declaration
Swift
public func name() -> String
VKStreamProfile Enumeration Reference