NetBitRateStats
public struct NetBitRateStats
A structure that represents a NetStream’s bitRate statics.
-
The statistics of outgoing queue bytes per second.
Declaration
Swift
public let currentQueueBytesOut: Int64
-
The statistics of incoming bytes per second.
Declaration
Swift
public let currentBytesInPerSecond: Int32
-
The statistics of outgoing bytes per second.
Declaration
Swift
public let currentBytesOutPerSecond: Int32