TWCLocalVideoMediaStatsRecord Class Reference

Inherits from TWCMediaTrackStatsRecord : NSObject
Declared in TWCMediaTrackStatistics.h

  bytesSent

Total number of bytes sent for this SSRC. Calculated as defined in [RFC3550] section 6.4.1.

@property (nonatomic, readonly) NSUInteger bytesSent

Discussion

Total number of bytes sent for this SSRC. Calculated as defined in [RFC3550] section 6.4.1.

Declared In

TWCMediaTrackStatistics.h

  packetsSent

Total number of RTP packets sent for this SSRC. Calculated as defined in [RFC3550] section 6.4.1.

@property (nonatomic, readonly) NSUInteger packetsSent

Discussion

Total number of RTP packets sent for this SSRC. Calculated as defined in [RFC3550] section 6.4.1.

Declared In

TWCMediaTrackStatistics.h

  captureDimensions

Dimension of captured video frame.

@property (nonatomic, readonly, assign) CMVideoDimensions captureDimensions

Discussion

Dimension of captured video frame.

Declared In

TWCMediaTrackStatistics.h

  sentDimensions

Dimension of sent video frame.

@property (nonatomic, readonly, assign) CMVideoDimensions sentDimensions

Discussion

Dimension of sent video frame.

Declared In

TWCMediaTrackStatistics.h

  frameRate

Encoded Frame rate - frames per second.

@property (nonatomic, readonly) NSUInteger frameRate

Discussion

Encoded Frame rate - frames per second.

Declared In

TWCMediaTrackStatistics.h

  roundTripTime

Round trip time - in mili seconds

@property (nonatomic, readonly) NSUInteger roundTripTime

Discussion

Round trip time - in mili seconds

Declared In

TWCMediaTrackStatistics.h