STSStreamingStatsReport

@interface STSStreamingStatsReport : NSObject

A STSStreamingStatsReport object provides streaming related information.

  • The bitrate in bits per second.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger currentBitrate;

    Swift

    var currentBitrate: UInt { get }
  • The video frame rate in frames per second.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat currentFPS;

    Swift

    var currentFPS: CGFloat { get }