IToiAudioOutputConfigurationSession.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiAudioOutputConfigurationSession.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 ITOIAUDIOOUTPUTCONFIGURATIONSESSION_IDL
00016 #define ITOIAUDIOOUTPUTCONFIGURATIONSESSION_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 
00031 interface IToiAudioOutputConfigurationSession : IToiAudioOutputConfiguration {
00032 
00040   void ResetFormatMapping(in IToiAudioOutputConfiguration::TToiAudioFormat inputFormat);
00041   
00060   void SetFormatMapping(in IToiAudioOutputService::TToiAudioConnectionId connectionId, 
00061         in IToiAudioOutputConfiguration::TToiAudioFormat inputFormat, 
00062         in IToiAudioOutputConfiguration::TToiAudioFormatOption outputFormatOption)
00063    raises (TToiInvalidArgumentException, TToiOperationNotSupportedException);
00064   
00072   void Apply();
00073   
00081   void Revert();
00082   
00083 };
00084 
00085 #endif