Description
ToiAudioOutputConfigurationSession is used to change the format mappings of available audio input formats.
import "ToiAudioOutputConfigurationSession.idl";
List of all members.
Member Function Documentation
| void ToiAudioOutputConfigurationSession::apply |
( |
| ) |
|
Applies any changes made in this session. This method also releases the resources used by this object and removes all registered observers. Upon return this object will no longer be available and any subsequent method calls will result in a low-level run-time failure.
Resets output format to 'no output' for the specified input format on all available outputs.
- Parameters:
-
| inputFormat | The input format to reset. |
| void ToiAudioOutputConfigurationSession::revert |
( |
| ) |
|
Reverts any changes made in this session. This method also releases the resources used by this object and removes all registered observers. Upon return this object will no longer be available and any subsequent method calls will result in a low-level run-time failure.
Sets the format mapping on the specified audio output connection.
- Parameters:
-
| connectionId | The identifier of the output connection. |
| inputFormat | The input format. |
| outputFormatOption | The output format option. |
- Exceptions:
-