IToiAudioOutputObserver.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiAudioOutputObserver.idl
00005  *
00006  * This file was created by the Motorola IDL backend, 
00007  * which is based on the OmniORB IDL parser.
00008  * Please do not modify.
00009  *
00010  * Copyright (c) 2009 Motorola Inc. All Rights Reserved.
00011  *
00012  *--------------------------------------------------------------------
00013  */
00014 
00015 #ifndef ITOIAUDIOOUTPUTOBSERVER_IDL
00016 #define ITOIAUDIOOUTPUTOBSERVER_IDL
00017 
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiInvalidPreconditionException.idl"
00020 #include "TToiOperationNotSupportedException.idl"
00021 #include "TToiUnhandledValueException.idl"
00022 #include "IToiApplicationService.idl"
00023 #include "IToiAudioOutputService.idl"
00024 #include "IToiAudioOutputConfiguration.idl"
00025 
00033 //@ [EventObserver(EventIdStartNumber=3100)]
00041 interface IToiAudioOutputObserver {
00042 
00047   oneway void OnConfigurationChanged();
00048   
00057   oneway void OnVolumeChanged(in unsigned long connectionId, 
00058         in unsigned long level);
00059   
00068   oneway void OnMuteStateChanged(in unsigned long connectionId, 
00069         in boolean state);
00070   
00079   oneway void OnHdmiConnectionStatusChanged(in unsigned long connectionId, 
00080         in IToiAudioOutputConfiguration::TToiHdmiSinkInfo sinkInfo);
00081   
00090   oneway void OnLatencyChanged(in unsigned long connectionId, 
00091         in long latency);
00092   
00093 };
00094 
00095 #endif