00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiAudioOutputConfigurationSession.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 TOIAUDIOOUTPUTCONFIGURATIONSESSION_IDL 00016 #define TOIAUDIOOUTPUTCONFIGURATIONSESSION_IDL 00017 00018 #include "TToiInvalidArgumentException.idl" 00019 #include "TToiInvalidPreconditionException.idl" 00020 #include "TToiOperationNotSupportedException.idl" 00021 #include "TToiUnhandledValueException.idl" 00022 #include "ToiApplicationService.idl" 00023 #include "ToiAudioOutputService.idl" 00024 #include "ToiAudioOutputConfiguration.idl" 00025 00031 interface ToiAudioOutputConfigurationSession : ToiAudioOutputConfiguration { 00032 00040 void resetFormatMapping(in ToiAudioOutputConfiguration::TToiAudioFormat inputFormat); 00041 00060 void setFormatMapping(in ToiAudioOutputService::TToiAudioConnectionId connectionId, 00061 in ToiAudioOutputConfiguration::TToiAudioFormat inputFormat, 00062 in ToiAudioOutputConfigurationAudioFormatOption outputFormatOption) 00063 raises (TToiInvalidArgumentException, TToiOperationNotSupportedException); 00064 00072 void apply(); 00073 00081 void revert(); 00082 00083 }; 00084 00085 #endif