SIP Endpoint SDK for OS X
Main Page
Classes
Files
File List
All
Classes
Functions
Properties
GSAudioFrame.h
1
//
2
// GSVideoStream.h
3
// SipEndpoint
4
//
5
// Copyright (c) 2011-2018 Genesys Telecommunications Laboratories, Inc. All rights reserved.
6
//
7
8
#import <Foundation/Foundation.h>
9
13
@interface
GSAudioFrame
: NSObject {
14
@private
15
int
direction
;
16
NSMutableArray *
samples
;
17
int
length
;
18
int
samplingFrequency
;
19
bool
isStereo
;
20
@public
21
int
serialNumber
;
22
int
frequency
;
23
}
24
32
@property
(nonatomic)
int
direction;
33
42
@property
(nonatomic, retain) NSMutableArray *samples;
43
51
@property
(nonatomic)
int
length;
52
58
@property
(nonatomic)
int
samplingFrequency;
59
66
@property
(nonatomic)
bool
isStereo;
67
74
@property
(nonatomic)
int
serialNumber;
75
83
@property
(nonatomic)
int
frequency;
84
@end
MacOS
Endpoint
Src
Headers
GSAudioFrame.h
Generated on Sun Jun 3 2018 13:46:14 for SIP Endpoint SDK for OS X by
1.8.1.1