Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSAudioStream.h
1 //
2 // GSAudioStream.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 10/19/11.
6 // Copyright (c) 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import "GSEnums.h"
10 
11 @protocol GSAudioStream
12 
16 - (GSResult) changeOutputVolumeBy:(int)increment;
17 
24 - (GSResult) changeInputVolumeBy:(int)increment;
25 
29 - (int) getInputVolume;
30 
37 - (int) getOutputVolume;
38 
39 @end