Class
AuroraLiveStats
@objc
public class AuroraLiveStats: NSObject
Relationships
Conforms To
NSObject
Properties
videoBytesReceived
public var videoBytesReceived: Int = 0
videoCodecName
public var videoCodecName: String = ""
videoPacketsLost
public var videoPacketsLost: Int = 0
videoPacketsReceived
public var videoPacketsReceived: Int = 0
videoWidth
public var videoWidth: Int = 0
videoHeight
public var videoHeight: Int = 0
audioBytesReceived
public var audioBytesReceived: Int = 0
audioCodecName
public var audioCodecName: String = ""
audioPacketsLost
public var audioPacketsLost: Int = 0
audioPacketsReceived
public var audioPacketsReceived: Int = 0