Sip Endpoint SDK for Apple OS
/Users/valerypolishchuk/Projects/sepsdk-03.09.12/MacOS/Endpoint/Src/Headers/GSDeviceNotificationDelegate.h
00001 //
00002 //  GSAudioDeviceDelegate.h
00003 //  SipEndpoint
00004 //
00005 //  Created by Vlad Baranovsky on 6/26/11.
00006 //  Copyright 2011 Genesys Labs. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "GSDevice.h"
00011 
00015 @protocol GSDeviceNotificationDelegate <NSObject>
00016 @optional
00017 
00024 -(void) deviceWasConnected:(id<GSDevice>) device forMedia:(GSMedia*) media; 
00025 
00032 -(void) deviceWasDisconnected:(id<GSDevice>) device forMedia:(GSMedia*) media;
00033 
00039 -(void) activeInputDeviceDidChangeForMedia:(GSMedia*) media;
00040 
00046 -(void) activeOutputDeviceDidChangeForMedia:(GSMedia*) media;
00047 
00048 @end