RTMPStreamInfo
public struct RTMPStreamInfo
extension RTMPStreamInfo: CustomDebugStringConvertible
A structor that provides the statistics related to the RTMPStream.
-
The number of bytes received by the RTMPStream.
Declaration
Swift
public internal(set) var byteCount: Int { get }
-
The resource name of a stream.
Declaration
Swift
public internal(set) var resourceName: String? { get }
-
The number of bytes received per second by the RTMPStream.
Declaration
Swift
public internal(set) var currentBytesPerSecond: Int { get }
-
Declaration
Swift
public var debugDescription: String { get }