<VOOSMPRTSPStatistics > Protocol Reference

#import <VOOSMPRTSPStatistics.h>

+ Inheritance diagram for <VOOSMPRTSPStatistics >:

Properties

int packetReceived
 The cumulative number of RTP media packets that are received in this media track during this session. More...
 
int packetDuplicated
 The cumulative number of RTP media packets that are previously received in this media track during this session. More...
 
int packetLost
 The cumulative number of RTP media packets that are lost for this media track type. More...
 
int packetSent
 The cumulative number of RTP media packets that are sent to this media track during this session. More...
 
int averageJitter
 The average relative transit time between each two RTP packets of this media track type throughout the duration of the media session. More...
 
int averageLatency
 The average cumulative latency of all RTP media packets transmitted from the server to the client. More...
 

Property Documentation

- (int VOOSMPRTSPStatistics) averageJitter
readatomicassign

The average relative transit time between each two RTP packets of this media track type throughout the duration of the media session.

Returns
average relative transit time between each two RTP packets of this media track type throughout the duration of the media session
- (int VOOSMPRTSPStatistics) averageLatency
readatomicassign

The average cumulative latency of all RTP media packets transmitted from the server to the client.

Currently reserved only.

Returns
average accumulating latency value
- (int VOOSMPRTSPStatistics) packetDuplicated
readatomicassign

The cumulative number of RTP media packets that are previously received in this media track during this session.

Returns
cumulative number of RTP media packets previously received in this media track during this session
- (int VOOSMPRTSPStatistics) packetLost
readatomicassign

The cumulative number of RTP media packets that are lost for this media track type.

Returns
cumulative number of RTP media packets lost for this media track type
- (int VOOSMPRTSPStatistics) packetReceived
readatomicassign

The cumulative number of RTP media packets that are received in this media track during this session.

Returns
cumulative number of RTP media packets received in this media track during this session
- (int VOOSMPRTSPStatistics) packetSent
readatomicassign

The cumulative number of RTP media packets that are sent to this media track during this session.

Returns
cumulative number of RTP media packets sent in this media track during this session

The documentation for this protocol was generated from the following file: