Sip Endpoint SDK for Apple OS
Main Page
Classes
Files
File List
All
Classes
Functions
Properties
GSMedia.h
1
//
2
// GSMedia.h
3
// SipEndpoint
4
//
5
// Created by Vlad Baranovsky on 6/26/11.
6
// Copyright 2011 Genesys Labs. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "GSEnums.h"
11
15
@interface
GSMedia
: NSObject {
16
@private
17
NSString*
name
;
18
GSMediaType
type
;
19
}
20
24
@property
(nonatomic, copy) NSString* name;
25
29
@property
(nonatomic) GSMediaType type;
30
34
+(
GSMedia
*) audioMedia;
35
39
+(
GSMedia
*) videoMedia;
40
41
@end
MacOS
Endpoint
Src
Headers
GSMedia.h
Generated on Tue Dec 11 2012 19:48:18 for Sip Endpoint SDK for Apple OS by
1.8.1.1