rtspserver
Class RtspSessionStats


class RtspSessionStats


Field Summary
 intmyCodecUsed
           
 PlayDataListmyPlayDataList
           
 RecordDataListmyRecordDataList
           

Constructor Summary
RtspSessionStats()
           

Destructor Summary
 virtual ~RtspSessionStats()
           

Method Summary
 floataveragePlyThroughput()
           
 floataverageRecPSW()
           
 floataverageRecRoughThroughput()
           
 floataverageRecThroughput()
           
 voidreport(const char * sessionId)
           
 inttotalBytesRecvd()
           
 inttotalBytesSent()
           
 inttotalPktsRecvd()
           
 inttotalPktsSent()
           
 inttotalPlyRequests()
           
 floattotalPlyThroughput()
           
 floattotalRecPSW()
           
 inttotalRecRequests()
           
 floattotalRecRoughThroughput()
           
 floattotalRecThroughput()
           

Field Detail

myCodecUsed

public int myCodecUsed

myPlayDataList

public PlayDataList myPlayDataList

myRecordDataList

public RecordDataList myRecordDataList
Constructor Detail

RtspSessionStats

public RtspSessionStats()
Method Detail

~RtspSessionStats

public virtual ~RtspSessionStats()
Method Detail

averagePlyThroughput

public float averagePlyThroughput()

averageRecPSW

public float averageRecPSW()

averageRecRoughThroughput

public float averageRecRoughThroughput()

averageRecThroughput

public float averageRecThroughput()

report

public void report(const char * sessionId)

totalBytesRecvd

public int totalBytesRecvd()

totalBytesSent

public int totalBytesSent()

totalPktsRecvd

public int totalPktsRecvd()

totalPktsSent

public int totalPktsSent()

totalPlyRequests

public int totalPlyRequests()

totalPlyThroughput

public float totalPlyThroughput()

totalRecPSW

public float totalRecPSW()

totalRecRequests

public int totalRecRequests()

totalRecRoughThroughput

public float totalRecRoughThroughput()

totalRecThroughput

public float totalRecThroughput()