Sip Endpoint SDK for Apple OS
|
00001 // 00002 // GSAudioStream.h 00003 // SipEndpoint 00004 // 00005 // Created by Vlad Baranovsky on 10/19/11. 00006 // Copyright (c) 2011 Genesys Labs. All rights reserved. 00007 // 00008 00009 #import "GSEnums.h" 00010 00011 @protocol GSAudioStream 00012 00016 - (GSResult) changeOutputVolumeBy:(int)increment; 00017 00021 - (GSResult) changeInputVolumeBy:(int)increment; 00022 00023 @end