SIP Endpoint SDK for OS X
 All Classes Functions Properties
<GSStatisticsService> Protocol Reference

#import <Services.h>

Inheritance diagram for <GSStatisticsService>:
GSDefaultStatisticsService

List of all members.

Public Member Functions

(GSStatistics *) - audioStatisticsForSession:
(GSStatistics *) - audioStatisticsForSessionId:
(GSStatistics *) - videoStatisticsForSession:
(GSStatistics *) - videoStatisticsForSessionId:

Properties

id
< GSStatisticsNotificationDelegate
notificationDelegate

Detailed Description

Statistics service protocol

Definition at line 485 of file Services.h.


Member Function Documentation

- (GSStatistics*) audioStatisticsForSession: (id< GSSession >)  session

Get audio statistics for particular session

Parameters:
sessionobject.
Returns:
GSStatistics with audio statistics content.
- (GSStatistics*) videoStatisticsForSession: (id< GSSession >)  session

Get video statistics for particular session

Parameters:
sessionobject.
Returns:
GSStatistics with video statistics content.

Property Documentation

- (id<GSStatisticsNotificationDelegate>) notificationDelegate
readwritenonatomicassign

The statistics notification delegate object

used to send notification about received statistics.

See also:
GSStatisticsNotificationDelegate

Reimplemented in GSDefaultStatisticsService.

Definition at line 516 of file Services.h.


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