Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSMediaReport.h
1 //
2 // GSMediaReport.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 3/8/12.
6 // Copyright (c) 2012 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSMedia.h"
11 
12 @interface GSMediaReport : NSObject {
13 
14 }
15 @property (nonatomic, copy) NSString* codecName;
16 
17 @property (nonatomic, retain) GSMedia* mediaType;
18 
19 - (id) getValueForStatisticType:(GSMediaStatisticType) statisticType;
20 
21 @end