os/mm/mmapitest/devsoundexthaitest/scripts/multimedia-mmf-devsoundext-validation-automated-comb_pr.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
//
sl@0
    17
//! @file
sl@0
    18
//! @SYMTestSuiteName multimedia-mmf-devsoundext-validation-automated-comb_pr
sl@0
    19
//! @SYMScriptTestEnvironment This test script requires a basic ROM.
sl@0
    20
//
sl@0
    21
// Tests all public elements of the CMMFDevSound
sl@0
    22
// classes as a means of confidence that the APIs work as expected.
sl@0
    23
// 
sl@0
    24
// The purpose is to provide a regression test suite of PublishedAll
sl@0
    25
// APIs for: CMMFDevSound
sl@0
    26
// The tests are fully automated.
sl@0
    27
//
sl@0
    28
sl@0
    29
sl@0
    30
sl@0
    31
LOAD_SUITE t_devsoundext
sl@0
    32
sl@0
    33
sl@0
    34
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0002
sl@0
    35
sl@0
    36
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0002
sl@0
    37
//!@SYMAPI
sl@0
    38
//!                CMMFDevSound::PlayInitL()
sl@0
    39
//!                 CMMFDevSound::InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
    40
//!                 CAudioOutput::SetAudioOutputL( TAudioOutputPreference aAudioOutput = ENoPreference )
sl@0
    41
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
    42
//! TEST_BLOCK 001
sl@0
    43
//!                CMMFDevSound::PlayInitL()
sl@0
    44
//!                 CMMFDevSound::InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
    45
//!                 CAudioOutput::SetAudioOutputL( TAudioOutputPreference aAudioOutput = ENoPreference )
sl@0
    46
//! TEST_BLOCK 002
sl@0
    47
//!                CMMFDevSound::PlayInitL()
sl@0
    48
//!                 CMMFDevSound::InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
    49
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
    50
//!@SYMAuthor			jguillermo
sl@0
    51
//!@SYMCreationDate		8/11/2008 
sl@0
    52
//!@SYMTestCaseDesc		Audio recording during secured audio playback when recording has higher priority
sl@0
    53
//!@SYMTestActions
sl@0
    54
//! TEST_BLOCK 001
sl@0
    55
//!                1. Create DevSound instance
sl@0
    56
//!                2. Create AudioOutput instance (DevSoundInstanceName = devsound1)
sl@0
    57
//!                3. Set secure output (SecureOutput = 1)
sl@0
    58
//!                4. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
    59
//!                5. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
    60
//!                6. Capabilities
sl@0
    61
//!                7. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)    
sl@0
    62
//!                8. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test2.mp3)  
sl@0
    63
//!                9. Play   
sl@0
    64
//!                10. Close file   
sl@0
    65
//!                11. Delete AudioOutput instance  
sl@0
    66
//!                12. Delete DevSound instance
sl@0
    67
//! TEST_BLOCK 002
sl@0
    68
//!                1. Create DevSound instance
sl@0
    69
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
    70
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC = {SpecialFourCC,RAW})
sl@0
    71
//!                4. Set Priority (Priority = {Priority,PriorityIncomingCall}; Preference = {PriorityPreference,PriorityPreferenceAudioRecording};PriorityState=EMMFStateRecording)
sl@0
    72
//!                5. Capabilities
sl@0
    73
//!                6. Set Configuration and delay for 10 seconds (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
    74
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RecHigherDuringSecPlay.pcm)       
sl@0
    75
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)              
sl@0
    76
//!                9. Record 10 seconds               
sl@0
    77
//!                10. Stop                       
sl@0
    78
//!                11. Close file              
sl@0
    79
//!                12. Delete AudioOutput instance                  
sl@0
    80
//!                13. Delete DevSound instance
sl@0
    81
//!@SYMTestStatus		Verified
sl@0
    82
//!@SYMTestPriority		High
sl@0
    83
//!@SYMTestExpectedResults
sl@0
    84
//!                Audio recording during secured audio playback when recording has higher priority
sl@0
    85
//! TEST_BLOCK 001
sl@0
    86
//!                Audio recording during secured audio playback when recording has higher priority_1
sl@0
    87
//! TEST_BLOCK 002
sl@0
    88
//!                Audio recording during secured audio playback when recording has higher priority_2
sl@0
    89
//!@SYMTestType			CIT
sl@0
    90
sl@0
    91
sl@0
    92
	CONCURRENT
sl@0
    93
sl@0
    94
sl@0
    95
sl@0
    96
	START_TEST_BLOCK	100	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
    97
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
    98
		CREATE_OBJECT	CAudioOutput		audiooutput1
sl@0
    99
		COMMAND		devsound1		NewL
sl@0
   100
		COMMAND		audiooutput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-NewL_command02
sl@0
   101
		COMMAND		audiooutput1		SetSecureOutput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-SetSecureOutput_command03
sl@0
   102
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-InitializeL_command04
sl@0
   103
		OUTSTANDING
sl@0
   104
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-SetPrioritySettings_command05
sl@0
   105
		COMMAND		devsound1		Capabilities
sl@0
   106
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-SetConfigL_command07
sl@0
   107
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0001-OpenFile_command08
sl@0
   108
		COMMAND		devsound1		PlayInitL
sl@0
   109
		OUTSTANDING
sl@0
   110
		COMMAND		devsound1		CloseFile
sl@0
   111
		COMMAND		audiooutput1		~
sl@0
   112
		COMMAND		devsound1		~
sl@0
   113
	END_TEST_BLOCK
sl@0
   114
sl@0
   115
sl@0
   116
sl@0
   117
	START_TEST_BLOCK	100	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   118
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   119
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   120
		COMMAND		devsound1		NewL
sl@0
   121
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-NewL_command02
sl@0
   122
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-InitializeL_command03
sl@0
   123
		OUTSTANDING
sl@0
   124
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-SetPrioritySettings_command04
sl@0
   125
		COMMAND		devsound1		Capabilities
sl@0
   126
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-SetConfigL_command06
sl@0
   127
		DELAY  10000000 
sl@0
   128
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-ReplaceFile_command07
sl@0
   129
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0002-0002-SetAudioInput_command08
sl@0
   130
		COMMAND     devsound1		RecordInitL
sl@0
   131
		ASYNC_DELAY  10000000 
sl@0
   132
		COMMAND		devsound1		Stop
sl@0
   133
		COMMAND		devsound1		CloseFile
sl@0
   134
		COMMAND		audioinput1		~
sl@0
   135
		COMMAND		devsound1		~
sl@0
   136
	END_TEST_BLOCK
sl@0
   137
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0002
sl@0
   138
sl@0
   139
sl@0
   140
sl@0
   141
sl@0
   142
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0003
sl@0
   143
sl@0
   144
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0003
sl@0
   145
//!@SYMAPI
sl@0
   146
//! TEST_BLOCK 001
sl@0
   147
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   148
//!                 CAudioOutput::SetAudioOutputL( TAudioOutputPreference aAudioOutput = ENoPreference )
sl@0
   149
//! TEST_BLOCK 002
sl@0
   150
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   151
//!@SYMAuthor			jpacho
sl@0
   152
//!@SYMCreationDate		8/25/2008 
sl@0
   153
//!@SYMTestCaseDesc		Recording with visualization preferences during secured audio playback
sl@0
   154
//!@SYMTestActions
sl@0
   155
//! TEST_BLOCK 001
sl@0
   156
//!                1. Create DevSound instance
sl@0
   157
//!                2. CreateAudioOutput instance (DevSoundInstanceName=devsound1)
sl@0
   158
//!                3. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\PCM\PCM_48k_16b_signed_st_Test1.pcm)        
sl@0
   159
//!                4. Set secure output (SecureOutput=1)     
sl@0
   160
//!                5. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = {SpecialFourCC,RAW})        
sl@0
   161
//!                6. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)  
sl@0
   162
//!                7. Capabilities                
sl@0
   163
//!                8. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)                       
sl@0
   164
//!                9.Start play 20s                       
sl@0
   165
//!                10.Stop                  
sl@0
   166
//!                11. Close file                 
sl@0
   167
//!                12. Destroy AudioOutput instance                 
sl@0
   168
//!                13. Destroy DevSound instance                      
sl@0
   169
//!                
sl@0
   170
sl@0
   171
//! TEST_BLOCK 002
sl@0
   172
//!                1. Create DevSound instance
sl@0
   173
//!                2. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\VisRecordDuringSecPlay.pcm)                   
sl@0
   174
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC = {SpecialFourCC,RAW})                
sl@0
   175
//!                4. Set Priority (Priority = {Priority,PriorityVisualization}; Preference = {PriorityPreference,PriorityPreferenceVisualization};PriorityState=EMMFStateRecording)  
sl@0
   176
//!                5. Capabilities                       
sl@0
   177
//!                6. Set Configuration delay 10s (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)                    
sl@0
   178
//!                7. Start record 20s                           
sl@0
   179
//!                8. Close file                                    
sl@0
   180
//!                9.Destroy DevSound instance                         
sl@0
   181
//!                
sl@0
   182
sl@0
   183
//!@SYMTestStatus		Verified
sl@0
   184
//!@SYMTestPriority		High
sl@0
   185
//!@SYMTestExpectedResults   1, in TestBlock 001, step 9, Play without error.
sl@0
   186
//!                          2, in TestBlock 002, step 7, record return expected error -21.
sl@0
   187
//!@SYMTestType			CIT
sl@0
   188
sl@0
   189
sl@0
   190
	CONCURRENT
sl@0
   191
sl@0
   192
sl@0
   193
sl@0
   194
	START_TEST_BLOCK	90	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   195
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   196
		CREATE_OBJECT	CAudioOutput		audiooutput1
sl@0
   197
		COMMAND		devsound1		NewL
sl@0
   198
		COMMAND		audiooutput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-NewL_command02
sl@0
   199
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-OpenFile_command03
sl@0
   200
		COMMAND		audiooutput1		SetSecureOutput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-SetSecureOutput_command04
sl@0
   201
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-InitializeL_command05
sl@0
   202
		OUTSTANDING
sl@0
   203
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-SetPrioritySettings_command06
sl@0
   204
		COMMAND		devsound1		Capabilities
sl@0
   205
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0001-SetConfigL_command08
sl@0
   206
		COMMAND		devsound1		PlayInitL
sl@0
   207
		ASYNC_DELAY  20000000 
sl@0
   208
		COMMAND		devsound1		Stop
sl@0
   209
		COMMAND		devsound1		CloseFile
sl@0
   210
		COMMAND		audiooutput1		~
sl@0
   211
		COMMAND		devsound1		~
sl@0
   212
	END_TEST_BLOCK
sl@0
   213
sl@0
   214
sl@0
   215
sl@0
   216
	START_TEST_BLOCK	90	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   217
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   218
		COMMAND		devsound1		NewL
sl@0
   219
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0002-ReplaceFile_command02
sl@0
   220
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0002-InitializeL_command03
sl@0
   221
		OUTSTANDING
sl@0
   222
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0002-SetPrioritySettings_command04
sl@0
   223
		COMMAND		devsound1		Capabilities
sl@0
   224
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0003-0002-SetConfigL_command06
sl@0
   225
		DELAY  10000000 
sl@0
   226
		COMMAND  !AsyncError=-21 devsound1   RecordInitL
sl@0
   227
		ASYNC_DELAY  20000000 
sl@0
   228
		COMMAND		devsound1		CloseFile
sl@0
   229
		COMMAND		devsound1		~
sl@0
   230
	END_TEST_BLOCK
sl@0
   231
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0003
sl@0
   232
sl@0
   233
sl@0
   234
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0004
sl@0
   235
sl@0
   236
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0004
sl@0
   237
//!@SYMAPI
sl@0
   238
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   239
//!                 CMMFDevSound:: PlayInitL()
sl@0
   240
//!                 CMMFDevSound:: RecordInitL()
sl@0
   241
//! TEST_BLOCK 001
sl@0
   242
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   243
//!                 CMMFDevSound:: PlayInitL()
sl@0
   244
//!                 CMMFDevSound:: RecordInitL()
sl@0
   245
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
   246
//! TEST_BLOCK 002
sl@0
   247
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   248
//!                 CMMFDevSound:: PlayInitL()
sl@0
   249
//!                 CMMFDevSound:: RecordInitL()
sl@0
   250
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
   251
//! TEST_BLOCK 003
sl@0
   252
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   253
//!                 CMMFDevSound:: PlayInitL()
sl@0
   254
//!                 CAudioOutput::SetAudioOutputL( TAudioOutputPreference aAudioOutput = ENoPreference )
sl@0
   255
//!@SYMAuthor			jguillermo
sl@0
   256
//!@SYMCreationDate		8/25/2008 
sl@0
   257
//!@SYMTestCaseDesc		Secured audio playback during multiple recordings
sl@0
   258
//!@SYMTestActions
sl@0
   259
//! TEST_BLOCK 001
sl@0
   260
//!                1. Create DevSound instance
sl@0
   261
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
   262
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC = {SpecialFourCC,RAW})
sl@0
   263
//!                4. Set Priority (Priority = {Priority,PriorityVisualization}; Preference = {PriorityPreference,PriorityPreferenceAudioRecording} ; PriorityState=EMMFStateRecording)
sl@0
   264
//!                5. Capabilities
sl@0
   265
//!                6. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
   266
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\SecPlayDuringMultipleRecordings1.pcm)      
sl@0
   267
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)                      
sl@0
   268
//!                9. Record 30 seconds                                                
sl@0
   269
//!                10. Close file                                              
sl@0
   270
//!                11. Delete AudioInput instance                
sl@0
   271
//!                12. Delete DevSound instance
sl@0
   272
//! TEST_BLOCK 002
sl@0
   273
//!                1. Create DevSound instance
sl@0
   274
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
   275
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC = {SpecialFourCC,RAW})
sl@0
   276
//!                4. Set Priority (Priority = {Priority,PriorityVisualization}; Preference = {PriorityPreference,PriorityPreferenceAudioRecording} ; PriorityState=EMMFStateRecording)
sl@0
   277
//!                5. Capabilities
sl@0
   278
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
   279
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\SecPlayDuringMultipleRecordings2.pcm)                   
sl@0
   280
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)     
sl@0
   281
//!                9. Record 20 seconds                                   
sl@0
   282
//!                10. Close file                                               
sl@0
   283
//!                11. Delete AudioInput instance                
sl@0
   284
//!                12. Delete DevSound instance
sl@0
   285
//! TEST_BLOCK 003
sl@0
   286
//!                1. Create DevSound instance
sl@0
   287
//!                2. Create AudioOutput instance (DevSoundInstanceName = devsound1)
sl@0
   288
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = {SpecialFourCC,RAW})
sl@0
   289
//!                4. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceSWISPlayback} ; PriorityState=EMMFStatePlaying)
sl@0
   290
//!                5. Capabilities
sl@0
   291
//!                6. Set Configuration and delay 20 seconds(Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
   292
//!                7. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test2.mp3)                 
sl@0
   293
//!                8. Set secure output (SecureOutput = 1)                             
sl@0
   294
//!                9. Play 10 seconds                                                          
sl@0
   295
//!                10. Stop                                                    
sl@0
   296
//!                11. Close file                                      
sl@0
   297
//!                12. Delete AudioOutput instance                 
sl@0
   298
//!                13. Delete DevSound instance
sl@0
   299
//!@SYMTestStatus		Verified
sl@0
   300
//!@SYMTestPriority		High
sl@0
   301
//!@SYMTestExpectedResults
sl@0
   302
//!                AA_Secured audio playback during multiple recordings
sl@0
   303
//! TEST_BLOCK 001
sl@0
   304
//!                AA_Secured audio playback during multiple recordings
sl@0
   305
//! TEST_BLOCK 002
sl@0
   306
//!                AA_Secured audio playback during multiple recordings
sl@0
   307
//! TEST_BLOCK 003
sl@0
   308
//!                AA_Secured audio playback during multiple recordings
sl@0
   309
//!@SYMTestType			CIT
sl@0
   310
sl@0
   311
sl@0
   312
	CONCURRENT
sl@0
   313
sl@0
   314
sl@0
   315
sl@0
   316
	START_TEST_BLOCK	300	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   317
		CREATE_OBJECT	CMMFDevSound		devsound2
sl@0
   318
		CREATE_OBJECT	CAudioInput		audioinput2
sl@0
   319
		COMMAND		devsound2		NewL
sl@0
   320
		COMMAND		audioinput2		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-NewL_command02
sl@0
   321
		COMMAND		devsound2		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-InitializeL_command03
sl@0
   322
		OUTSTANDING
sl@0
   323
		COMMAND		devsound2		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-SetPrioritySettings_command04
sl@0
   324
		COMMAND		devsound2		Capabilities
sl@0
   325
		COMMAND		devsound2		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-SetConfigL_command06
sl@0
   326
		COMMAND		devsound2		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-ReplaceFile_command07
sl@0
   327
		COMMAND		audioinput2		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0001-SetAudioInput_command08
sl@0
   328
		COMMAND	!AsyncError=-13 devsound2  RecordInitL
sl@0
   329
		ASYNC_DELAY  30000000
sl@0
   330
		COMMAND		devsound2		Stop 
sl@0
   331
		COMMAND		devsound2		CloseFile
sl@0
   332
		COMMAND		audioinput2		~
sl@0
   333
		COMMAND		devsound2		~
sl@0
   334
	END_TEST_BLOCK
sl@0
   335
sl@0
   336
sl@0
   337
sl@0
   338
	START_TEST_BLOCK	300	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   339
		CREATE_OBJECT	CMMFDevSound		devsound3
sl@0
   340
		CREATE_OBJECT	CAudioInput		audioinput3
sl@0
   341
		COMMAND		devsound3		NewL
sl@0
   342
		COMMAND		audioinput3		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-NewL_command02
sl@0
   343
		COMMAND		devsound3		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-InitializeL_command03
sl@0
   344
		OUTSTANDING
sl@0
   345
		COMMAND		devsound3		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-SetPrioritySettings_command04
sl@0
   346
		COMMAND		devsound3		Capabilities
sl@0
   347
		COMMAND		devsound3		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-SetConfigL_command06
sl@0
   348
		DELAY  10000000 
sl@0
   349
		COMMAND		devsound3		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-ReplaceFile_command07
sl@0
   350
		COMMAND		audioinput3		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0002-SetAudioInput_command08
sl@0
   351
		COMMAND	  !AsyncError=-21 devsound3   RecordInitL
sl@0
   352
		ASYNC_DELAY  20000000 
sl@0
   353
		COMMAND		devsound3		CloseFile
sl@0
   354
		COMMAND		audioinput3		~
sl@0
   355
		COMMAND		devsound3		~
sl@0
   356
	END_TEST_BLOCK
sl@0
   357
sl@0
   358
sl@0
   359
sl@0
   360
	START_TEST_BLOCK	300	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   361
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   362
		CREATE_OBJECT	CAudioOutput		audiooutput1
sl@0
   363
		COMMAND		devsound1		NewL
sl@0
   364
		COMMAND		audiooutput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-NewL_command02
sl@0
   365
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-InitializeL_command03
sl@0
   366
		OUTSTANDING
sl@0
   367
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-SetPrioritySettings_command04
sl@0
   368
		COMMAND		devsound1		Capabilities
sl@0
   369
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-SetConfigL_command06
sl@0
   370
		DELAY  20000000 
sl@0
   371
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-OpenFile_command07
sl@0
   372
		COMMAND		audiooutput1		SetSecureOutput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0004-0003-SetSecureOutput_command08
sl@0
   373
		COMMAND		devsound1		PlayInitL
sl@0
   374
		ASYNC_DELAY  10000000 
sl@0
   375
		COMMAND		devsound1		Stop
sl@0
   376
		COMMAND		devsound1		CloseFile
sl@0
   377
		COMMAND		audiooutput1		~
sl@0
   378
		COMMAND		devsound1		~
sl@0
   379
	END_TEST_BLOCK
sl@0
   380
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0004
sl@0
   381
sl@0
   382
sl@0
   383
sl@0
   384
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0006
sl@0
   385
sl@0
   386
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0006
sl@0
   387
//!@SYMAPI
sl@0
   388
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   389
//!                 CMMFDevSound:: PlayInitL()
sl@0
   390
//!                 CMMFDevSound:: RecordInitL()
sl@0
   391
//! TEST_BLOCK 001
sl@0
   392
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   393
//!                 CMMFDevSound:: PlayInitL()
sl@0
   394
//!                 CMMFDevSound:: RecordInitL()
sl@0
   395
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
   396
//! TEST_BLOCK 002
sl@0
   397
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
   398
//!                 CMMFDevSound:: PlayInitL()
sl@0
   399
//!                 CAudioOutput::SetAudioOutputL( TAudioOutputPreference aAudioOutput = ENoPreference )
sl@0
   400
//!@SYMAuthor			jguillermo
sl@0
   401
//!@SYMCreationDate		8/25/2008 
sl@0
   402
//!@SYMTestCaseDesc		Secured SWIS playback during audio recording when recording has higher priority
sl@0
   403
//!@SYMTestActions
sl@0
   404
//! TEST_BLOCK 001
sl@0
   405
//!                1. Create DevSound instance
sl@0
   406
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
   407
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
   408
//!                4. Set Priority (Priority = {Priority,PriorityIncomingCall}; Preference = {PriorityPreference,PriorityPreferenceAudioRecording};PriorityState=EMMFStateRecording)
sl@0
   409
//!                5. Capabilities
sl@0
   410
//!                6. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
   411
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\SecPlayDuringRecHigher.pcm)    
sl@0
   412
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)         
sl@0
   413
//!                9. Record 20 seconds                 
sl@0
   414
//!                10. Stop                         
sl@0
   415
//!                11. Close file                 
sl@0
   416
//!                12. Delete AudioInput instance               
sl@0
   417
//!                13. Delete DevSound instance
sl@0
   418
//! TEST_BLOCK 002
sl@0
   419
//!                1. Create DevSound instance
sl@0
   420
//!                2. Create AudioOutput instance (DevSoundInstanceName = devsound1)
sl@0
   421
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3 )
sl@0
   422
//!                4. Set Priority (Priority = {Priority,PrioritySWISPlayback}; Preference = {PriorityPreference,PriorityPreferenceSWISPlayback};PriorityState=EMMFStatePlaying)
sl@0
   423
//!                5. Capabilities
sl@0
   424
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
   425
//!                7. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test2.mp3)            
sl@0
   426
//!                8. Set secure output (SecureOutput = 1)                      
sl@0
   427
//!                9. Play EOF                     
sl@0
   428
//!                10. Close file                  
sl@0
   429
//!                11. Delete AudioOutput instance              
sl@0
   430
//!                12. Delete DevSound instance
sl@0
   431
//!@SYMTestStatus		Verified
sl@0
   432
//!@SYMTestPriority		High
sl@0
   433
//!@SYMTestExpectedResults
sl@0
   434
//!                AA_Secured SWIS playback during audio recording when recording has higher priority
sl@0
   435
//! TEST_BLOCK 001
sl@0
   436
//!                AA_Secured SWIS playback during audio recording when recording has higher priority
sl@0
   437
//! TEST_BLOCK 002
sl@0
   438
//!                AA_Secured SWIS playback during audio recording when recording has higher priority
sl@0
   439
//!@SYMTestType			CIT
sl@0
   440
sl@0
   441
sl@0
   442
	CONCURRENT
sl@0
   443
sl@0
   444
sl@0
   445
sl@0
   446
	START_TEST_BLOCK	100	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   447
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   448
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   449
		COMMAND		devsound1		NewL
sl@0
   450
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-NewL_command02
sl@0
   451
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-InitializeL_command03
sl@0
   452
		OUTSTANDING
sl@0
   453
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-SetPrioritySettings_command04
sl@0
   454
		COMMAND		devsound1		Capabilities
sl@0
   455
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-SetConfigL_command06
sl@0
   456
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-ReplaceFile_command07
sl@0
   457
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0001-SetAudioInput_command08
sl@0
   458
		COMMAND		devsound1		RecordInitL
sl@0
   459
		ASYNC_DELAY  20000000 
sl@0
   460
		COMMAND		devsound1		Stop
sl@0
   461
		COMMAND		devsound1		CloseFile
sl@0
   462
		COMMAND		audioinput1		~
sl@0
   463
		COMMAND		devsound1		~
sl@0
   464
	END_TEST_BLOCK
sl@0
   465
sl@0
   466
sl@0
   467
sl@0
   468
	START_TEST_BLOCK	100	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   469
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   470
		CREATE_OBJECT	CAudioOutput		audiooutput1
sl@0
   471
		COMMAND		devsound1		NewL
sl@0
   472
		COMMAND		audiooutput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-NewL_command02
sl@0
   473
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-InitializeL_command03
sl@0
   474
		OUTSTANDING
sl@0
   475
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-SetPrioritySettings_command04
sl@0
   476
		COMMAND		devsound1		Capabilities
sl@0
   477
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-SetConfigL_command06
sl@0
   478
		DELAY  10000000 
sl@0
   479
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-OpenFile_command07
sl@0
   480
		COMMAND		audiooutput1		SetSecureOutput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0006-0002-SetSecureOutput_command08
sl@0
   481
		COMMAND	!AsyncError=-21	devsound1   PlayInitL
sl@0
   482
		OUTSTANDING
sl@0
   483
		COMMAND		devsound1		CloseFile
sl@0
   484
		COMMAND		audiooutput1		~
sl@0
   485
		COMMAND		devsound1		~
sl@0
   486
	END_TEST_BLOCK
sl@0
   487
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0006
sl@0
   488
sl@0
   489
sl@0
   490
sl@0
   491
sl@0
   492
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0007
sl@0
   493
sl@0
   494
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0007
sl@0
   495
//!@SYMAPI
sl@0
   496
//! TEST_BLOCK 001
sl@0
   497
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
   498
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   499
//!                CMMFDevSound::Capabilities()
sl@0
   500
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   501
//!                CMMFDevSound::PlayInitL()
sl@0
   502
//!                CMMFDevSound::Stop()
sl@0
   503
//! TEST_BLOCK 002
sl@0
   504
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
   505
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   506
//!                CMMFDevSound::Capabilities()
sl@0
   507
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   508
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray{ref})
sl@0
   509
//!                CMMFDevSound::RecordInitL()
sl@0
   510
//!                CMMFDevSound::Stop()
sl@0
   511
//!                CMMFDevSound::PlayInitL()
sl@0
   512
//!                
sl@0
   513
//!@SYMAuthor			myanez
sl@0
   514
//!@SYMCreationDate		8/25/2008 
sl@0
   515
//!@SYMTestCaseDesc		Audio routing - Audio playback 16k mono recording from speaker
sl@0
   516
//!@SYMTestActions
sl@0
   517
//! TEST_BLOCK 001
sl@0
   518
//!                1. Create Devsound Instance 
sl@0
   519
//!                2. Open File (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_48k_256kbps_st_1kHzsine_st2mono.mp3)        
sl@0
   520
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)                      
sl@0
   521
//!                4. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)   
sl@0
   522
//!                5. Capabilities             
sl@0
   523
//!                6. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)         
sl@0
   524
//!                7. Start Play for 20 seconds                  
sl@0
   525
//!                8. Stop                
sl@0
   526
//!                9. Close File              
sl@0
   527
//!                10. Destroy Devsound Instance         
sl@0
   528
//!                
sl@0
   529
//! TEST_BLOCK 002
sl@0
   530
//!                1. Create DevSound Instance
sl@0
   531
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
   532
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay16kMonoRecSpeaker.pcm) 
sl@0
   533
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = P16)          
sl@0
   534
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)  
sl@0
   535
//!                6. Capabilities     
sl@0
   536
//!                7. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate16000Hz)    
sl@0
   537
//!                8. Stop for 10 seconds          
sl@0
   538
//!                9. Set Audio Input (AudioInput = Input_OutputtoSpeaker)         
sl@0
   539
//!                10. Start Record for 20 seconds          
sl@0
   540
//!                11. Stop for 5 seconds
sl@0
   541
//!                12. Close File         
sl@0
   542
//!                13. Open File  (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay16kMonoRecSpeaker.pcm) 
sl@0
   543
//!                14. 12.  Initialize DevSound (Mode = EMMFStatePlaying; FourCC = P16)            
sl@0
   544
//!                15. 13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
   545
//!                16. 14. Capabilities     
sl@0
   546
//!                17. 15. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate16000Hz)                    
sl@0
   547
//!                18. 17. Start Play       
sl@0
   548
//!                19. 18. Close File         
sl@0
   549
//!                20. 19. Destroy AudioInput Instance        
sl@0
   550
//!                21. Destroy DevSound Instance
sl@0
   551
//!@SYMTestStatus		Verified
sl@0
   552
//!@SYMTestPriority		High
sl@0
   553
//!@SYMTestExpectedResults
sl@0
   554
//!                Audio playback 16k mono recording from speaker
sl@0
   555
//! TEST_BLOCK 001
sl@0
   556
//!                Play MP3 File with Audio Playback Priority and NonePreference, Expecting Error -13
sl@0
   557
//! TEST_BLOCK 002
sl@0
   558
//!                Record with Voice Recording Priority and Voice Recording Preference; Play with Audio PLayback Priority  and Audio PLayback Preference
sl@0
   559
//!@SYMTestType			CIT
sl@0
   560
sl@0
   561
sl@0
   562
	CONCURRENT
sl@0
   563
sl@0
   564
sl@0
   565
sl@0
   566
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   567
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   568
		COMMAND		devsound1		NewL
sl@0
   569
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0001-OpenFile_command02
sl@0
   570
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0001-InitializeL_command03
sl@0
   571
		OUTSTANDING
sl@0
   572
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0001-SetPrioritySettings_command04
sl@0
   573
		COMMAND		devsound1		Capabilities
sl@0
   574
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0001-SetConfigL_command06
sl@0
   575
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
   576
		ASYNC_DELAY  20000000 
sl@0
   577
		COMMAND		devsound1		Stop
sl@0
   578
		COMMAND		devsound1		CloseFile
sl@0
   579
		COMMAND		devsound1		~
sl@0
   580
	END_TEST_BLOCK
sl@0
   581
sl@0
   582
sl@0
   583
sl@0
   584
	START_TEST_BLOCK	65	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   585
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   586
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   587
		COMMAND		devsound1		NewL
sl@0
   588
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-NewL_command02
sl@0
   589
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-ReplaceFile_command03
sl@0
   590
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-InitializeL_command04
sl@0
   591
		OUTSTANDING
sl@0
   592
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-SetPrioritySettings_command05
sl@0
   593
		COMMAND		devsound1		Capabilities
sl@0
   594
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-SetConfigL_command07
sl@0
   595
		COMMAND		devsound1		Stop
sl@0
   596
		DELAY  10000000 
sl@0
   597
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-SetAudioInput_command09
sl@0
   598
		COMMAND		devsound1		RecordInitL
sl@0
   599
		ASYNC_DELAY  20000000 
sl@0
   600
		COMMAND		devsound1		Stop
sl@0
   601
		DELAY  5000000 
sl@0
   602
		COMMAND		devsound1		CloseFile
sl@0
   603
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-OpenFile_command13
sl@0
   604
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-InitializeL_command14
sl@0
   605
		OUTSTANDING
sl@0
   606
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-SetPrioritySettings_command15
sl@0
   607
		COMMAND		devsound1		Capabilities
sl@0
   608
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0007-0002-SetConfigL_command17
sl@0
   609
		COMMAND		devsound1		PlayInitL
sl@0
   610
		OUTSTANDING
sl@0
   611
		COMMAND		devsound1		CloseFile
sl@0
   612
		COMMAND		audioinput1		~
sl@0
   613
		COMMAND		devsound1		~
sl@0
   614
	END_TEST_BLOCK
sl@0
   615
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0007
sl@0
   616
sl@0
   617
sl@0
   618
sl@0
   619
sl@0
   620
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0008
sl@0
   621
sl@0
   622
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0008
sl@0
   623
//!@SYMAPI
sl@0
   624
//! TEST_BLOCK 001
sl@0
   625
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC{ref}, TMMFState)
sl@0
   626
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   627
//!                CMMFDevSound::Capabilities()
sl@0
   628
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   629
//!                CMMFDevSound::PlayInitL()
sl@0
   630
//!                CMMFDevSound::Stop()
sl@0
   631
//! TEST_BLOCK 002
sl@0
   632
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
   633
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   634
//!                CMMFDevSound::Capabilities()
sl@0
   635
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   636
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray)
sl@0
   637
//!                CMMFDevSound::RecordInitL()
sl@0
   638
//!                CMMFDevSound::Stop()
sl@0
   639
//!                CMMFDevSound::PlayInitL()
sl@0
   640
//!                
sl@0
   641
//!@SYMAuthor			myanez
sl@0
   642
//!@SYMCreationDate		8/25/2008 
sl@0
   643
//!@SYMTestCaseDesc		Audio routing - Audio playback 16k stereo recording from speaker
sl@0
   644
//!@SYMTestActions
sl@0
   645
//! TEST_BLOCK 001
sl@0
   646
//!                1. Create Devsound Instance 
sl@0
   647
//!                2. Open File (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test2.mp3)        
sl@0
   648
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)                
sl@0
   649
//!                4. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone} ; PriorityState=EMMFStatePlaying)   
sl@0
   650
//!                5. Capabilities                 
sl@0
   651
//!                6. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)              
sl@0
   652
//!                7. Play for 20 seconds                            
sl@0
   653
//!                8. Stop                     
sl@0
   654
//!                9. Close File            
sl@0
   655
//!                10. Destroy Devsound Instance
sl@0
   656
//! TEST_BLOCK 002
sl@0
   657
//!                1. Create DevSound Instance
sl@0
   658
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
   659
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay16kStereoRecSpeaker.pcm)       
sl@0
   660
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = P16)                 
sl@0
   661
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording} ; PriorityState=EMMFStateRecording) 
sl@0
   662
//!                6. Capabilities          
sl@0
   663
//!                7. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate16000Hz)      
sl@0
   664
//!                8. Stop for 10 seconds             
sl@0
   665
//!                9. Set Audio Input (AudioInput = Input_OutputtoSpeaker)           
sl@0
   666
//!                10. Start Record for 20 seconds               
sl@0
   667
//!                11. Stop for 5 seconds                              
sl@0
   668
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = P16)            
sl@0
   669
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback} ; PriorityState=EMMFStatePlaying)
sl@0
   670
//!                14. Capabilities        
sl@0
   671
//!                15. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate16000Hz)          
sl@0
   672
//!                16. Start File Positions           
sl@0
   673
//!                17. Start Play           
sl@0
   674
//!                18.Close File           
sl@0
   675
//!                19. Destroy AudioInput Instance         
sl@0
   676
//!                20. Destroy DevSound Instance
sl@0
   677
//!@SYMTestStatus		Verified
sl@0
   678
//!@SYMTestPriority		High
sl@0
   679
//!@SYMTestExpectedResults
sl@0
   680
//!                Audio playback 16k stereo recording from speaker
sl@0
   681
//! TEST_BLOCK 001
sl@0
   682
//!                Play MP3 File with Audio Playback Priority and NonePreference.
sl@0
   683
//! TEST_BLOCK 002
sl@0
   684
//!                Record with Voice Recording Priority and Voice Recording Preference; Play with Audio PLayback Priority  and Audio PLayback Preference
sl@0
   685
//!@SYMTestType			CIT
sl@0
   686
sl@0
   687
sl@0
   688
	CONCURRENT
sl@0
   689
sl@0
   690
sl@0
   691
sl@0
   692
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   693
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   694
		COMMAND		devsound1		NewL
sl@0
   695
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0001-OpenFile_command02
sl@0
   696
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0001-InitializeL_command03
sl@0
   697
		OUTSTANDING
sl@0
   698
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0001-SetPrioritySettings_command04
sl@0
   699
		COMMAND		devsound1		Capabilities
sl@0
   700
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0001-SetConfigL_command06
sl@0
   701
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
   702
		ASYNC_DELAY  20000000 
sl@0
   703
		COMMAND		devsound1		Stop
sl@0
   704
		COMMAND		devsound1		CloseFile
sl@0
   705
		COMMAND		devsound1		~
sl@0
   706
	END_TEST_BLOCK
sl@0
   707
sl@0
   708
sl@0
   709
sl@0
   710
	START_TEST_BLOCK	65	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   711
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   712
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   713
		COMMAND		devsound1		NewL
sl@0
   714
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-NewL_command02
sl@0
   715
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-ReplaceFile_command03
sl@0
   716
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-InitializeL_command04
sl@0
   717
		OUTSTANDING
sl@0
   718
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-SetPrioritySettings_command05
sl@0
   719
		COMMAND		devsound1		Capabilities
sl@0
   720
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-SetConfigL_command07
sl@0
   721
		COMMAND		devsound1		Stop
sl@0
   722
		DELAY  10000000 
sl@0
   723
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-SetAudioInput_command09
sl@0
   724
		COMMAND		devsound1		RecordInitL
sl@0
   725
		ASYNC_DELAY  20000000 
sl@0
   726
		COMMAND		devsound1		Stop
sl@0
   727
		DELAY  5000000 
sl@0
   728
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-InitializeL_command12
sl@0
   729
		OUTSTANDING
sl@0
   730
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-SetPrioritySettings_command13
sl@0
   731
		COMMAND		devsound1		Capabilities
sl@0
   732
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0008-0002-SetConfigL_command15
sl@0
   733
		COMMAND		devsound1		FileStartPosition
sl@0
   734
		COMMAND		devsound1		PlayInitL
sl@0
   735
		OUTSTANDING
sl@0
   736
		COMMAND		devsound1		CloseFile
sl@0
   737
		COMMAND		audioinput1		~
sl@0
   738
		COMMAND		devsound1		~
sl@0
   739
	END_TEST_BLOCK
sl@0
   740
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0008
sl@0
   741
sl@0
   742
sl@0
   743
sl@0
   744
sl@0
   745
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0009
sl@0
   746
sl@0
   747
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0009
sl@0
   748
//!@SYMAPI
sl@0
   749
//! TEST_BLOCK 001
sl@0
   750
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
   751
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   752
//!                CMMFDevSound::Capabilities()
sl@0
   753
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   754
//!                CMMFDevSound::PlayInitL()
sl@0
   755
//!                CMMFDevSound::Stop()
sl@0
   756
//! TEST_BLOCK 002
sl@0
   757
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
   758
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
   759
//!                CMMFDevSound::Capabilities()
sl@0
   760
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
   761
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray)
sl@0
   762
//!                CMMFDevSound::RecordInitL()
sl@0
   763
//!                CMMFDevSound::Stop()
sl@0
   764
//!                CMMFDevSound::PlayInitL()
sl@0
   765
//!                
sl@0
   766
//!@SYMAuthor			myanez
sl@0
   767
//!@SYMCreationDate		8/25/2008 
sl@0
   768
//!@SYMTestCaseDesc		Audio routing - Audio playback 48k mono recording from speaker
sl@0
   769
//!@SYMTestActions
sl@0
   770
//! TEST_BLOCK 001
sl@0
   771
//!                1. Create Devsound Instance 
sl@0
   772
//!                2. Open File (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_48k_256kbps_st_1kHzsine_st2mono.mp3)   
sl@0
   773
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)           
sl@0
   774
//!                4. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying) 
sl@0
   775
//!                5. Capabilities        
sl@0
   776
//!                6. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)       
sl@0
   777
//!                7. Play for 20 seconds          
sl@0
   778
//!                8. Stop                
sl@0
   779
//!                9. Close File            
sl@0
   780
//!                10. Destroy Devsound Instance
sl@0
   781
//! TEST_BLOCK 002
sl@0
   782
//!                1. Create DevSound Instance
sl@0
   783
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
   784
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay48kMonoRecSpeaker.pcm)  
sl@0
   785
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = P16)      
sl@0
   786
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording) 
sl@0
   787
//!                6. Capabilities          
sl@0
   788
//!                7. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)       
sl@0
   789
//!                8. Stop for 10 seconds            
sl@0
   790
//!                9. Set Audio Input (AudioInput = Input_OutputtoSpeaker)          
sl@0
   791
//!                10.Record for 20 seconds           
sl@0
   792
//!                11. Stop for 5 seconds                
sl@0
   793
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = P16)        
sl@0
   794
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
   795
//!                14. Capabilities    
sl@0
   796
//!                15. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)   
sl@0
   797
//!                16. Start File Positions      
sl@0
   798
//!                17. Start Play   
sl@0
   799
//!                18. Close File   
sl@0
   800
//!                19. Destroy AudioInput Instance   
sl@0
   801
//!                20. Destroy DevSound Instance
sl@0
   802
//!@SYMTestStatus		Verified
sl@0
   803
//!@SYMTestPriority		High
sl@0
   804
//!@SYMTestExpectedResults
sl@0
   805
//!                Audio playback 48k mono recording from speaker
sl@0
   806
//! TEST_BLOCK 001
sl@0
   807
//!                Play MP3 File with Audio Playback Priority and NonePreference.
sl@0
   808
//! TEST_BLOCK 002
sl@0
   809
//!                Record with Voice Recording Priority and Voice Recording Preference; Play with Audio PLayback Priority  and Audio PLayback Preference
sl@0
   810
//!@SYMTestType			CIT
sl@0
   811
sl@0
   812
sl@0
   813
	CONCURRENT
sl@0
   814
sl@0
   815
sl@0
   816
sl@0
   817
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   818
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   819
		COMMAND		devsound1		NewL
sl@0
   820
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0001-OpenFile_command02
sl@0
   821
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0001-InitializeL_command03
sl@0
   822
		OUTSTANDING
sl@0
   823
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0001-SetPrioritySettings_command04
sl@0
   824
		COMMAND		devsound1		Capabilities
sl@0
   825
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0001-SetConfigL_command06
sl@0
   826
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
   827
		ASYNC_DELAY  20000000 
sl@0
   828
		COMMAND		devsound1		Stop
sl@0
   829
		COMMAND		devsound1		CloseFile
sl@0
   830
		COMMAND		devsound1		~
sl@0
   831
	END_TEST_BLOCK
sl@0
   832
sl@0
   833
sl@0
   834
sl@0
   835
	START_TEST_BLOCK	65	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   836
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   837
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   838
		COMMAND		devsound1		NewL
sl@0
   839
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-NewL_command02
sl@0
   840
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-ReplaceFile_command03
sl@0
   841
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-InitializeL_command04
sl@0
   842
		OUTSTANDING
sl@0
   843
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-SetPrioritySettings_command05
sl@0
   844
		COMMAND		devsound1		Capabilities
sl@0
   845
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-SetConfigL_command07
sl@0
   846
		COMMAND		devsound1		Stop
sl@0
   847
		DELAY  10000000 
sl@0
   848
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-SetAudioInput_command09
sl@0
   849
		COMMAND		devsound1		RecordInitL
sl@0
   850
		ASYNC_DELAY  20000000 
sl@0
   851
		COMMAND		devsound1		Stop
sl@0
   852
		DELAY  5000000 
sl@0
   853
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-InitializeL_command12
sl@0
   854
		OUTSTANDING
sl@0
   855
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-SetPrioritySettings_command13
sl@0
   856
		COMMAND		devsound1		Capabilities
sl@0
   857
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0009-0002-SetConfigL_command15
sl@0
   858
		COMMAND		devsound1		FileStartPosition
sl@0
   859
		COMMAND		devsound1		PlayInitL
sl@0
   860
		OUTSTANDING
sl@0
   861
		COMMAND		devsound1		CloseFile
sl@0
   862
		COMMAND		audioinput1		~
sl@0
   863
		COMMAND		devsound1		~
sl@0
   864
	END_TEST_BLOCK
sl@0
   865
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0009
sl@0
   866
sl@0
   867
sl@0
   868
sl@0
   869
sl@0
   870
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0011
sl@0
   871
sl@0
   872
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0011
sl@0
   873
//!@SYMAPI
sl@0
   874
//! TEST_BLOCK 001
sl@0
   875
//!                CMMFDevSound::InitializeL(MDevSoundObserver {ref}, TMMFState )
sl@0
   876
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings {ref} )
sl@0
   877
//!                CMMFDevSound::Capabilities()
sl@0
   878
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities {ref} )
sl@0
   879
//!                CMMFDevSound::PlayInitL()
sl@0
   880
//!                CMMFDevSound::Stop()
sl@0
   881
//! TEST_BLOCK 002
sl@0
   882
//!                CMMFDevSound::InitializeL(MDevSoundObserver {ref}, TMMFState )
sl@0
   883
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings {ref} )
sl@0
   884
//!                CMMFDevSound::Capabilities()
sl@0
   885
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities {ref} )
sl@0
   886
//!                CMMFDevSound::PlayInitL()
sl@0
   887
//!                CMMFDevSound::RecordInitL()
sl@0
   888
//!                CMMFDevSound::Stop()
sl@0
   889
//!                CMMFDevsound::PlayToneSequenceL(const TDesC8 {ref})
sl@0
   890
//!                CMMFDevSound::SetGain()
sl@0
   891
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray)
sl@0
   892
//!@SYMAuthor			etorres
sl@0
   893
//!@SYMCreationDate		8/25/2008 
sl@0
   894
//!@SYMTestCaseDesc		 Gain control of audio playback recording
sl@0
   895
//!@SYMTestActions
sl@0
   896
//! TEST_BLOCK 001
sl@0
   897
//!                1. Create Devsound Instance 
sl@0
   898
//!                2. Open File (Filename = {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test2.mp3)       
sl@0
   899
//!                3. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)                    
sl@0
   900
//!                4. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)   
sl@0
   901
//!                5. Capabilities                
sl@0
   902
//!                6. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)              
sl@0
   903
//!                7. Play for 20 seconds                        
sl@0
   904
//!                8. Stop                                
sl@0
   905
//!                9.Close File                     
sl@0
   906
//!                10.Destroy Devsound Instance
sl@0
   907
//! TEST_BLOCK 002
sl@0
   908
//!                1. Create DevSound Instance   
sl@0
   909
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
   910
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\GainPlayRec.amr)        
sl@0
   911
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = AMR)                
sl@0
   912
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)
sl@0
   913
//!                6. Capabilities               
sl@0
   914
//!                7. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)            
sl@0
   915
//!                8. Stop for 5 seconds               
sl@0
   916
//!                9. Set Audio Input (AudioInput = Input_OutputtoSpeaker)          
sl@0
   917
//!                10. Record for 10 seconds              
sl@0
   918
//!                11. SetGain(Gain= 0)              
sl@0
   919
//!                12. SetGain(Gain=1)                 
sl@0
   920
//!                13. Stop for 10 seconds            
sl@0
   921
//!                14. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = AMR)                        
sl@0
   922
//!                15. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
   923
//!                16. Capabilities                                                 
sl@0
   924
//!                17. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)                        
sl@0
   925
//!                18. OpenFile (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\GainPlayRec.amr)                 
sl@0
   926
//!                19. Start Play                         
sl@0
   927
//!                20.Close File                             
sl@0
   928
//!                21.Destroy AudioInput Instance                   
sl@0
   929
//!                22.Destroy DevSound Instance
sl@0
   930
//!@SYMTestStatus		Verified
sl@0
   931
//!@SYMTestPriority		High
sl@0
   932
//!@SYMTestExpectedResults
sl@0
   933
//! TEST_BLOCK 001
sl@0
   934
//!                MP3 playback
sl@0
   935
//! TEST_BLOCK 002
sl@0
   936
//!                AMR recording {ref} playback with expected error=-21
sl@0
   937
//!@SYMTestType			CIT
sl@0
   938
sl@0
   939
sl@0
   940
	CONCURRENT
sl@0
   941
sl@0
   942
sl@0
   943
sl@0
   944
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   945
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   946
		COMMAND		devsound1		NewL
sl@0
   947
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0001-OpenFile_command02
sl@0
   948
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0001-InitializeL_command03
sl@0
   949
		OUTSTANDING
sl@0
   950
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0001-SetPrioritySettings_command04
sl@0
   951
		COMMAND		devsound1		Capabilities
sl@0
   952
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0001-SetConfigL_command06
sl@0
   953
		COMMAND		devsound1		PlayInitL
sl@0
   954
		ASYNC_DELAY  20000000 
sl@0
   955
		COMMAND		devsound1		Stop
sl@0
   956
		COMMAND		devsound1		CloseFile
sl@0
   957
		COMMAND		devsound1		~
sl@0
   958
	END_TEST_BLOCK
sl@0
   959
sl@0
   960
sl@0
   961
sl@0
   962
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
   963
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   964
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   965
		COMMAND		devsound1		NewL
sl@0
   966
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-NewL_command02
sl@0
   967
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-ReplaceFile_command03
sl@0
   968
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-InitializeL_command04
sl@0
   969
		OUTSTANDING
sl@0
   970
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetPrioritySettings_command05
sl@0
   971
		COMMAND		devsound1		Capabilities
sl@0
   972
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetConfigL_command07
sl@0
   973
		COMMAND		devsound1		Stop
sl@0
   974
		DELAY  5000000 
sl@0
   975
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetAudioInput_command09
sl@0
   976
		COMMAND	!AsyncError=-21	devsound1   RecordInitL
sl@0
   977
		ASYNC_DELAY  10000000 
sl@0
   978
		COMMAND		devsound1		SetGain			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetGain_command12
sl@0
   979
		ASYNC_DELAY  10000000 
sl@0
   980
		COMMAND		devsound1		SetGain			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetGain_command13
sl@0
   981
		ASYNC_DELAY  10000000 
sl@0
   982
		COMMAND		devsound1		Stop
sl@0
   983
		DELAY  10000000 
sl@0
   984
        COMMAND		devsound1		CloseFile
sl@0
   985
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-InitializeL_command15
sl@0
   986
		OUTSTANDING
sl@0
   987
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetPrioritySettings_command16
sl@0
   988
		COMMAND		devsound1		Capabilities
sl@0
   989
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-SetConfigL_command18
sl@0
   990
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0011-0002-OpenFile_command19
sl@0
   991
		COMMAND		devsound1		PlayInitL
sl@0
   992
		OUTSTANDING
sl@0
   993
		COMMAND		devsound1		CloseFile
sl@0
   994
		COMMAND		audioinput1		~
sl@0
   995
		COMMAND		devsound1		~
sl@0
   996
	END_TEST_BLOCK
sl@0
   997
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0011
sl@0
   998
sl@0
   999
sl@0
  1000
sl@0
  1001
sl@0
  1002
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0012
sl@0
  1003
sl@0
  1004
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0012
sl@0
  1005
//!@SYMAPI
sl@0
  1006
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1007
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1008
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1009
//! TEST_BLOCK 001
sl@0
  1010
//!                CMMFDevSound::  InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1011
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1012
//! TEST_BLOCK 002
sl@0
  1013
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1014
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1015
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1016
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
  1017
//!@SYMAuthor			jguillermo
sl@0
  1018
//!@SYMCreationDate		8/25/2008 
sl@0
  1019
//!@SYMTestCaseDesc		Audio routing - Audio playback 48k mono recording from speaker when accessory is used
sl@0
  1020
//!@SYMTestActions
sl@0
  1021
//! TEST_BLOCK 001
sl@0
  1022
//!                1. Create DevSound instance
sl@0
  1023
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
  1024
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)
sl@0
  1025
//!                4. Capabilities
sl@0
  1026
//!                5. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
  1027
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test3.mp3)     
sl@0
  1028
//!                7. Play 20 seconds                           
sl@0
  1029
//!                8. Stop                           
sl@0
  1030
//!                9. Close file                  
sl@0
  1031
//!                10. Delete DevSound instance
sl@0
  1032
//! TEST_BLOCK 002
sl@0
  1033
//!                1. Create DevSound instance
sl@0
  1034
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
  1035
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
  1036
//!                4. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)
sl@0
  1037
//!                5. Capabilities
sl@0
  1038
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
  1039
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlayRecSpeakerAcc.pcm)   
sl@0
  1040
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)            
sl@0
  1041
//!                9. Record 20 seconds               
sl@0
  1042
//!                10. Stop 5 seconds                 
sl@0
  1043
//!                11. Close file                    
sl@0
  1044
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})            
sl@0
  1045
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
  1046
//!                14. Set Configuration(Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)                   
sl@0
  1047
//!                15. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlayRecSpeakerAcc.pcm)           
sl@0
  1048
//!                16. Play EOF              
sl@0
  1049
//!                17. Close file           
sl@0
  1050
//!                18. Delete AudioInput instance          
sl@0
  1051
//!                19. Delete DevSound instance
sl@0
  1052
//!@SYMTestStatus		Verified
sl@0
  1053
//!@SYMTestPriority		High
sl@0
  1054
//!@SYMTestExpectedResults
sl@0
  1055
//!                AA_Audio routing - Audio playback 48k mono recording from speaker when accessory is used
sl@0
  1056
//! TEST_BLOCK 001
sl@0
  1057
//!                AA_Audio routing - Audio playback 48k mono recording from speaker when accessory is used
sl@0
  1058
//! TEST_BLOCK 002
sl@0
  1059
//!                AA_Audio routing - Audio playback 48k mono recording from speaker when accessory is used
sl@0
  1060
//!@SYMTestType			CIT
sl@0
  1061
sl@0
  1062
sl@0
  1063
	CONCURRENT
sl@0
  1064
sl@0
  1065
sl@0
  1066
sl@0
  1067
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1068
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1069
		COMMAND		devsound1		NewL
sl@0
  1070
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0001-InitializeL_command02
sl@0
  1071
		OUTSTANDING
sl@0
  1072
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0001-SetPrioritySettings_command03
sl@0
  1073
		COMMAND		devsound1		Capabilities
sl@0
  1074
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0001-SetConfigL_command05
sl@0
  1075
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0001-OpenFile_command06
sl@0
  1076
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
  1077
		ASYNC_DELAY  20000000 
sl@0
  1078
		COMMAND		devsound1		Stop
sl@0
  1079
		COMMAND		devsound1		CloseFile
sl@0
  1080
		COMMAND		devsound1		~
sl@0
  1081
	END_TEST_BLOCK
sl@0
  1082
sl@0
  1083
sl@0
  1084
sl@0
  1085
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1086
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1087
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
  1088
		COMMAND		devsound1		NewL
sl@0
  1089
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-NewL_command02
sl@0
  1090
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-InitializeL_command03
sl@0
  1091
		OUTSTANDING
sl@0
  1092
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-SetPrioritySettings_command04
sl@0
  1093
		COMMAND		devsound1		Capabilities
sl@0
  1094
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-SetConfigL_command06
sl@0
  1095
		DELAY  10000000 
sl@0
  1096
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-ReplaceFile_command07
sl@0
  1097
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-SetAudioInput_command08
sl@0
  1098
		COMMAND		devsound1		RecordInitL
sl@0
  1099
		ASYNC_DELAY  20000000 
sl@0
  1100
		COMMAND		devsound1		Stop
sl@0
  1101
		DELAY  5000000 
sl@0
  1102
		COMMAND		devsound1		CloseFile
sl@0
  1103
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-InitializeL_command12
sl@0
  1104
		OUTSTANDING
sl@0
  1105
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-SetPrioritySettings_command13
sl@0
  1106
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-SetConfigL_command14
sl@0
  1107
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0012-0002-OpenFile_command15
sl@0
  1108
		COMMAND		devsound1		PlayInitL
sl@0
  1109
		OUTSTANDING
sl@0
  1110
		COMMAND		devsound1		CloseFile
sl@0
  1111
		COMMAND		audioinput1		~
sl@0
  1112
		COMMAND		devsound1		~
sl@0
  1113
	END_TEST_BLOCK
sl@0
  1114
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0012
sl@0
  1115
sl@0
  1116
sl@0
  1117
sl@0
  1118
sl@0
  1119
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0013
sl@0
  1120
sl@0
  1121
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0013
sl@0
  1122
//!@SYMAPI
sl@0
  1123
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1124
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1125
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1126
//! TEST_BLOCK 001
sl@0
  1127
//!                CMMFDevSound::  InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1128
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1129
//! TEST_BLOCK 002
sl@0
  1130
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1131
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1132
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1133
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
  1134
//!@SYMAuthor			jguillermo
sl@0
  1135
//!@SYMCreationDate		8/25/2008 
sl@0
  1136
//!@SYMTestCaseDesc		Audio routing - Audio playback 48k stereo recording from speaker
sl@0
  1137
//!@SYMTestActions
sl@0
  1138
//! TEST_BLOCK 001
sl@0
  1139
//!                1. Create DevSound instance
sl@0
  1140
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
  1141
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone} ; PriorityState=EMMFStatePlaying)
sl@0
  1142
//!                4. Capabilities
sl@0
  1143
//!                5. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
  1144
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test3.mp3)           
sl@0
  1145
//!                7. Play 20 seconds                 
sl@0
  1146
//!                9. Stop                
sl@0
  1147
//!                9. Close file              
sl@0
  1148
//!                10. Delete DevSound instance
sl@0
  1149
//! TEST_BLOCK 002
sl@0
  1150
//!                1. Create DevSound instance
sl@0
  1151
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
  1152
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
  1153
//!                4. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording} ; PriorityState=EMMFStateRecording)
sl@0
  1154
//!                5. Capabilities
sl@0
  1155
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)
sl@0
  1156
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay48kStereoRecSpeaker.pcm)  
sl@0
  1157
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)          
sl@0
  1158
//!                9. Record 20 seconds                    
sl@0
  1159
//!                10. Stop 5 seconds                        
sl@0
  1160
//!                11. Close file                             
sl@0
  1161
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})         
sl@0
  1162
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback} ; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback} ; PriorityState=EMMFStatePlaying)
sl@0
  1163
//!                14. Set Configuration(Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)                  
sl@0
  1164
//!                15. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay48kStereoRecSpeaker.pcm)   
sl@0
  1165
//!                16. Play EOF                     
sl@0
  1166
//!                17. Close file                  
sl@0
  1167
//!                18. Delete AudioInput instance          
sl@0
  1168
//!                19. Delete DevSound instance
sl@0
  1169
//!@SYMTestStatus		Verified
sl@0
  1170
//!@SYMTestPriority		High
sl@0
  1171
//!@SYMTestExpectedResults
sl@0
  1172
//!                AA_Audio routing - Audio playback 48k stereo recording from speaker
sl@0
  1173
//! TEST_BLOCK 001
sl@0
  1174
//!                AA_Audio routing - Audio playback 48k stereo recording from speaker
sl@0
  1175
//! TEST_BLOCK 002
sl@0
  1176
//!                AA_Audio routing - Audio playback 48k stereo recording from speaker
sl@0
  1177
//!@SYMTestType			CIT
sl@0
  1178
sl@0
  1179
sl@0
  1180
	CONCURRENT
sl@0
  1181
sl@0
  1182
sl@0
  1183
sl@0
  1184
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1185
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1186
		COMMAND		devsound1		NewL
sl@0
  1187
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0001-InitializeL_command02
sl@0
  1188
		OUTSTANDING
sl@0
  1189
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0001-SetPrioritySettings_command03
sl@0
  1190
		COMMAND		devsound1		Capabilities
sl@0
  1191
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0001-SetConfigL_command05
sl@0
  1192
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0001-OpenFile_command06
sl@0
  1193
		COMMAND	!AsyncError=-13	devsound1		PlayInitL
sl@0
  1194
		ASYNC_DELAY  20000000 
sl@0
  1195
		COMMAND		devsound1		Stop
sl@0
  1196
		COMMAND		devsound1		CloseFile
sl@0
  1197
		COMMAND		devsound1		~
sl@0
  1198
	END_TEST_BLOCK
sl@0
  1199
sl@0
  1200
sl@0
  1201
sl@0
  1202
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1203
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1204
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
  1205
		COMMAND		devsound1		NewL
sl@0
  1206
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-NewL_command02
sl@0
  1207
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-InitializeL_command03
sl@0
  1208
		OUTSTANDING
sl@0
  1209
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-SetPrioritySettings_command04
sl@0
  1210
		COMMAND		devsound1		Capabilities
sl@0
  1211
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-SetConfigL_command06
sl@0
  1212
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-ReplaceFile_command07
sl@0
  1213
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-SetAudioInput_command08
sl@0
  1214
		COMMAND	!AsyncError=-21	devsound1   RecordInitL
sl@0
  1215
		ASYNC_DELAY  20000000 
sl@0
  1216
		COMMAND		devsound1		Stop
sl@0
  1217
		DELAY  5000000 
sl@0
  1218
		COMMAND		devsound1		CloseFile
sl@0
  1219
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-InitializeL_command13
sl@0
  1220
		OUTSTANDING
sl@0
  1221
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-SetPrioritySettings_command14
sl@0
  1222
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-SetConfigL_command15
sl@0
  1223
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0013-0002-OpenFile_command16
sl@0
  1224
		COMMAND		devsound1		PlayInitL
sl@0
  1225
		OUTSTANDING
sl@0
  1226
		COMMAND		devsound1		CloseFile
sl@0
  1227
		COMMAND		audioinput1		~
sl@0
  1228
		COMMAND		devsound1		~
sl@0
  1229
	END_TEST_BLOCK
sl@0
  1230
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0013
sl@0
  1231
sl@0
  1232
sl@0
  1233
sl@0
  1234
sl@0
  1235
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0015
sl@0
  1236
sl@0
  1237
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0015
sl@0
  1238
//!@SYMAPI
sl@0
  1239
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1240
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1241
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1242
//! TEST_BLOCK 001
sl@0
  1243
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1244
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1245
//! TEST_BLOCK 002
sl@0
  1246
//!                CMMFDevSound::  InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1247
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1248
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1249
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
  1250
//!@SYMAuthor			jguillermo
sl@0
  1251
//!@SYMCreationDate		8/25/2008 
sl@0
  1252
//!@SYMTestCaseDesc		Audio routing - Audio playback 8k mono recording from speaker
sl@0
  1253
//!@SYMTestActions
sl@0
  1254
//! TEST_BLOCK 001
sl@0
  1255
//!                1. Create DevSound instance
sl@0
  1256
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
  1257
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)
sl@0
  1258
//!                4. Capabilities
sl@0
  1259
//!                5. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)
sl@0
  1260
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_48k_256kbps_st_1kHzsine_st2mono.mp3)     
sl@0
  1261
//!                7. Play 20 seconds                
sl@0
  1262
//!                8. Stop                               
sl@0
  1263
//!                9. Close file                    
sl@0
  1264
//!                10. Delete DevSound instance
sl@0
  1265
//! TEST_BLOCK 002
sl@0
  1266
//!                1. Create DevSound instance
sl@0
  1267
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
  1268
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
  1269
//!                4. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)
sl@0
  1270
//!                5. Capabilities
sl@0
  1271
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)
sl@0
  1272
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay8kMonoRecSpeaker.pcm)   
sl@0
  1273
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)                
sl@0
  1274
//!                9. Record 20 seconds              
sl@0
  1275
//!                10. Stop 5 seconds             
sl@0
  1276
//!                11. Close file           
sl@0
  1277
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})      
sl@0
  1278
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
  1279
//!                14. Set Configuration(Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)         
sl@0
  1280
//!                15. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay8kMonoRecSpeaker.pcm)    
sl@0
  1281
//!                16. Play EOF        
sl@0
  1282
//!                17. Close file         
sl@0
  1283
//!                18. Delete AudioInput instance              
sl@0
  1284
//!                19. Delete DevSound instance
sl@0
  1285
//!@SYMTestStatus		Implemented
sl@0
  1286
//!@SYMTestPriority		High
sl@0
  1287
//!@SYMTestExpectedResults
sl@0
  1288
//!                AA_Audio routing - Audio playback 8k mono recording from speaker
sl@0
  1289
//! TEST_BLOCK 001
sl@0
  1290
//!                AA_Audio routing - Audio playback 8k mono recording from speaker
sl@0
  1291
//! TEST_BLOCK 002
sl@0
  1292
//!                AA_Audio routing - Audio playback 8k mono recording from speaker
sl@0
  1293
//!@SYMTestType			CIT
sl@0
  1294
sl@0
  1295
sl@0
  1296
	CONCURRENT
sl@0
  1297
sl@0
  1298
sl@0
  1299
sl@0
  1300
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1301
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1302
		COMMAND		devsound1		NewL
sl@0
  1303
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0001-InitializeL_command02
sl@0
  1304
		OUTSTANDING
sl@0
  1305
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0001-SetPrioritySettings_command03
sl@0
  1306
		COMMAND		devsound1		Capabilities
sl@0
  1307
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0001-SetConfigL_command05
sl@0
  1308
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0001-OpenFile_command06
sl@0
  1309
		COMMAND		devsound1		PlayInitL
sl@0
  1310
		ASYNC_DELAY  20000000 
sl@0
  1311
		COMMAND		devsound1		Stop
sl@0
  1312
		COMMAND		devsound1		CloseFile
sl@0
  1313
		COMMAND		devsound1		~
sl@0
  1314
	END_TEST_BLOCK
sl@0
  1315
sl@0
  1316
sl@0
  1317
sl@0
  1318
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1319
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1320
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
  1321
		COMMAND		devsound1		NewL
sl@0
  1322
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-NewL_command02
sl@0
  1323
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-InitializeL_command03
sl@0
  1324
		OUTSTANDING
sl@0
  1325
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-SetPrioritySettings_command04
sl@0
  1326
		COMMAND		devsound1		Capabilities
sl@0
  1327
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-SetConfigL_command06
sl@0
  1328
		DELAY  10000000 
sl@0
  1329
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-ReplaceFile_command07
sl@0
  1330
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-SetAudioInput_command08
sl@0
  1331
		COMMAND	!AsyncError=-21	devsound1   RecordInitL
sl@0
  1332
		ASYNC_DELAY  20000000 
sl@0
  1333
		COMMAND		devsound1		Stop
sl@0
  1334
		DELAY  5000000 
sl@0
  1335
		COMMAND		devsound1		CloseFile
sl@0
  1336
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-InitializeL_command13
sl@0
  1337
		OUTSTANDING
sl@0
  1338
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-SetPrioritySettings_command14
sl@0
  1339
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-SetConfigL_command15
sl@0
  1340
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0015-0002-OpenFile_command16
sl@0
  1341
		COMMAND		devsound1		PlayInitL
sl@0
  1342
		OUTSTANDING
sl@0
  1343
		COMMAND		devsound1		CloseFile
sl@0
  1344
		COMMAND		audioinput1		~
sl@0
  1345
		COMMAND		devsound1		~
sl@0
  1346
	END_TEST_BLOCK
sl@0
  1347
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0015
sl@0
  1348
sl@0
  1349
sl@0
  1350
sl@0
  1351
sl@0
  1352
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0016
sl@0
  1353
sl@0
  1354
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0016
sl@0
  1355
//!@SYMAPI
sl@0
  1356
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1357
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1358
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1359
//! TEST_BLOCK 001
sl@0
  1360
//!                CMMFDevSound::  InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1361
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1362
//! TEST_BLOCK 002
sl@0
  1363
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1364
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1365
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1366
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
  1367
//!@SYMAuthor			jguillermo
sl@0
  1368
//!@SYMCreationDate		8/25/2008 
sl@0
  1369
//!@SYMTestCaseDesc		Audio routing - Audio playback 8k stereo recording from speaker
sl@0
  1370
//!@SYMTestActions
sl@0
  1371
//! TEST_BLOCK 001
sl@0
  1372
//!                1. Create DevSound instance
sl@0
  1373
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
  1374
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback} ; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)
sl@0
  1375
//!                4. Capabilities
sl@0
  1376
//!                5. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
  1377
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test3.mp3)    
sl@0
  1378
//!                7. Play 20 seconds             
sl@0
  1379
//!                8. Stop                              
sl@0
  1380
//!                9. Close file                 
sl@0
  1381
//!                10. Delete DevSound instance
sl@0
  1382
//! TEST_BLOCK 002
sl@0
  1383
//!                1. Create DevSound instance
sl@0
  1384
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
  1385
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
  1386
//!                4. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording} ; PriorityState=EMMFStateRecording)
sl@0
  1387
//!                5. Capabilities
sl@0
  1388
//!                6. Set Configuration and delay 10 seconds(Channels = EMMFStereo; Rate = EMMFSampleRate8000Hz)
sl@0
  1389
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay8kStereoRecSpeaker.pcm )     
sl@0
  1390
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)             
sl@0
  1391
//!                9. Record 20 seconds                        
sl@0
  1392
//!                10. Stop 5 seconds                            
sl@0
  1393
//!                11. Close file                                 
sl@0
  1394
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})                  
sl@0
  1395
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback} ; PriorityState=EMMFStatePlaying)
sl@0
  1396
//!                14. Set Configuration(Channels = EMMFStereo; Rate = EMMFSampleRate8000Hz)                     
sl@0
  1397
//!                15. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlay8kStereoRecSpeaker.pcm)             
sl@0
  1398
//!                16. Play EOF                    
sl@0
  1399
//!                17. Close file                   
sl@0
  1400
//!                18. Delete AudioInput instance              
sl@0
  1401
//!                19. Delete DevSound instance
sl@0
  1402
//!@SYMTestStatus		Verified
sl@0
  1403
//!@SYMTestPriority		High
sl@0
  1404
//!@SYMTestExpectedResults
sl@0
  1405
//!                AA_Audio routing - Audio playback 8k stereo recording from speaker
sl@0
  1406
//! TEST_BLOCK 001
sl@0
  1407
//!                AA_Audio routing - Audio playback 8k stereo recording from speaker
sl@0
  1408
//! TEST_BLOCK 002
sl@0
  1409
//!                AA_Audio routing - Audio playback 8k stereo recording from speaker
sl@0
  1410
//!@SYMTestType			CIT
sl@0
  1411
sl@0
  1412
sl@0
  1413
	CONCURRENT
sl@0
  1414
sl@0
  1415
sl@0
  1416
sl@0
  1417
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1418
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1419
		COMMAND		devsound1		NewL
sl@0
  1420
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0001-InitializeL_command02
sl@0
  1421
		OUTSTANDING
sl@0
  1422
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0001-SetPrioritySettings_command03
sl@0
  1423
		COMMAND		devsound1		Capabilities
sl@0
  1424
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0001-SetConfigL_command05
sl@0
  1425
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0001-OpenFile_command06
sl@0
  1426
		COMMAND		devsound1		PlayInitL
sl@0
  1427
		ASYNC_DELAY  20000000 
sl@0
  1428
		COMMAND		devsound1		Stop
sl@0
  1429
		COMMAND		devsound1		CloseFile
sl@0
  1430
		COMMAND		devsound1		~
sl@0
  1431
	END_TEST_BLOCK
sl@0
  1432
sl@0
  1433
sl@0
  1434
sl@0
  1435
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1436
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1437
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
  1438
		COMMAND		devsound1		NewL
sl@0
  1439
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-NewL_command02
sl@0
  1440
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-InitializeL_command03
sl@0
  1441
		OUTSTANDING
sl@0
  1442
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-SetPrioritySettings_command04
sl@0
  1443
		COMMAND		devsound1		Capabilities
sl@0
  1444
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-SetConfigL_command06
sl@0
  1445
		DELAY  10000000 
sl@0
  1446
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-ReplaceFile_command07
sl@0
  1447
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-SetAudioInput_command08
sl@0
  1448
		COMMAND	!AsyncError=-21	devsound1   RecordInitL
sl@0
  1449
		ASYNC_DELAY  20000000 
sl@0
  1450
		COMMAND		devsound1		Stop
sl@0
  1451
		DELAY  5000000 
sl@0
  1452
		COMMAND		devsound1		CloseFile
sl@0
  1453
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-InitializeL_command13
sl@0
  1454
		OUTSTANDING
sl@0
  1455
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-SetPrioritySettings_command14
sl@0
  1456
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-SetConfigL_command15
sl@0
  1457
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0016-0002-OpenFile_command16
sl@0
  1458
		COMMAND		devsound1		PlayInitL
sl@0
  1459
		OUTSTANDING
sl@0
  1460
		COMMAND		devsound1		CloseFile
sl@0
  1461
		COMMAND		audioinput1		~
sl@0
  1462
		COMMAND		devsound1		~
sl@0
  1463
	END_TEST_BLOCK
sl@0
  1464
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0016
sl@0
  1465
sl@0
  1466
sl@0
  1467
sl@0
  1468
sl@0
  1469
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0017
sl@0
  1470
sl@0
  1471
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0017
sl@0
  1472
//!@SYMAPI
sl@0
  1473
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1474
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1475
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1476
//! TEST_BLOCK 001
sl@0
  1477
//!                CMMFDevSound::  InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1478
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1479
//! TEST_BLOCK 002
sl@0
  1480
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1481
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1482
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1483
//! TEST_BLOCK 003
sl@0
  1484
//!                CMMFDevSound:: InitializeL(MDevSoundObserver {ref}, TFourCC , TMMFState )
sl@0
  1485
//!                 CMMFDevSound:: PlayInitL()
sl@0
  1486
//!                 CMMFDevSound:: RecordInitL()
sl@0
  1487
//!                 CAudioInput::SetAudioInputL(TAudioInputArray )
sl@0
  1488
//!@SYMAuthor			jguillermo
sl@0
  1489
//!@SYMCreationDate		8/25/2008 
sl@0
  1490
//!@SYMTestCaseDesc		Audio routing - Playback mixing 48k mono recording from speaker
sl@0
  1491
//!@SYMTestActions
sl@0
  1492
//! TEST_BLOCK 001
sl@0
  1493
//!                1. Create DevSound instance
sl@0
  1494
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = MP3)
sl@0
  1495
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)
sl@0
  1496
//!                4. Capabilities
sl@0
  1497
//!                5. Set Configuration (Channels = EMMFStereo; Rate = EMMFSampleRate44100Hz)
sl@0
  1498
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\MP3\MP3_44.1k_128kbps_st_Test3.mp3)                
sl@0
  1499
//!                7. Play 35 seconds                       
sl@0
  1500
//!                8. Stop                                       
sl@0
  1501
//!                9. Close file                          
sl@0
  1502
//!                10. Delete DevSound instance
sl@0
  1503
//! TEST_BLOCK 002
sl@0
  1504
//!                1. Create DevSound instance
sl@0
  1505
//!                2. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})
sl@0
  1506
//!                3. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceNone};PriorityState=EMMFStatePlaying)
sl@0
  1507
//!                4. Capabilities
sl@0
  1508
//!                5. Set Configuration and delay 5 seconds (Channels = EMMFStereo; Rate = EMMFSampleRate48000Hz)
sl@0
  1509
//!                6. Open file (Filename= {drive,mmc}\multimedia\mmf\devsound\PCM\PCM_48k_16b_signed_st_Test1.pcm)                          
sl@0
  1510
//!                7. Play 30 seconds                                 
sl@0
  1511
//!                8. Stop                                      
sl@0
  1512
//!                9. Close file                         
sl@0
  1513
//!                10. Delete DevSound instance
sl@0
  1514
//!                
sl@0
  1515
//! TEST_BLOCK 003
sl@0
  1516
//!                1. Create DevSound instance
sl@0
  1517
//!                2. Create AudioInput instance (DevSoundInstanceName = devsound1)
sl@0
  1518
//!                3. Initialize DevSound (Mode = EMMFStateRecording; FourCC ={SpecialFourCC,RAW})
sl@0
  1519
//!                4. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)
sl@0
  1520
//!                5. Capabilities
sl@0
  1521
//!                6. Set Configuration and delay 15 seconds(Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)
sl@0
  1522
//!                7. Replace file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlayMixingRecSpeaker.pcm)           
sl@0
  1523
//!                8. Set audio input (AudioInput = Input_OutputtoSpeaker)                         
sl@0
  1524
//!                9. Record 15 seconds               
sl@0
  1525
//!                10. Stop 15 seconds                    
sl@0
  1526
//!                11. Close file                                   
sl@0
  1527
//!                12. Initialize DevSound (Mode = EMMFStatePlaying; FourCC ={SpecialFourCC,RAW})             
sl@0
  1528
//!                13. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
  1529
//!                14. Set Configuration(Channels = EMMFMono; Rate = EMMFSampleRate48000Hz)           
sl@0
  1530
//!                15. Open file (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\RoutingPlayMixingRecSpeaker.pcm)         
sl@0
  1531
//!                16. Play EOF                          
sl@0
  1532
//!                17. Close file             
sl@0
  1533
//!                18. Delete AudioInput instance                  
sl@0
  1534
//!                19. Delete DevSound instance                    
sl@0
  1535
//!                
sl@0
  1536
//!@SYMTestStatus		Verified
sl@0
  1537
//!@SYMTestPriority		High
sl@0
  1538
//!@SYMTestExpectedResults
sl@0
  1539
//!                AA_Audio routing - Playback mixing 48k mono recording from speaker
sl@0
  1540
//! TEST_BLOCK 001
sl@0
  1541
//!                AA_Audio routing - Playback mixing 48k mono recording from speaker
sl@0
  1542
//! TEST_BLOCK 002
sl@0
  1543
//!                AA_Audio routing - Playback mixing 48k mono recording from speaker
sl@0
  1544
//! TEST_BLOCK 003
sl@0
  1545
//!                AA_Audio routing - Playback mixing 48k mono recording from speaker
sl@0
  1546
//!@SYMTestType			CIT
sl@0
  1547
sl@0
  1548
sl@0
  1549
	CONCURRENT
sl@0
  1550
sl@0
  1551
sl@0
  1552
sl@0
  1553
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1554
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1555
		COMMAND		devsound1		NewL
sl@0
  1556
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0001-InitializeL_command02
sl@0
  1557
		OUTSTANDING
sl@0
  1558
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0001-SetPrioritySettings_command03
sl@0
  1559
		COMMAND		devsound1		Capabilities
sl@0
  1560
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0001-SetConfigL_command05
sl@0
  1561
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0001-OpenFile_command06
sl@0
  1562
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
  1563
		ASYNC_DELAY  35000000 
sl@0
  1564
		COMMAND		devsound1		Stop
sl@0
  1565
		COMMAND		devsound1		CloseFile
sl@0
  1566
		COMMAND		devsound1		~
sl@0
  1567
	END_TEST_BLOCK
sl@0
  1568
sl@0
  1569
sl@0
  1570
sl@0
  1571
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1572
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1573
		COMMAND		devsound1		NewL
sl@0
  1574
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0002-InitializeL_command02
sl@0
  1575
		OUTSTANDING
sl@0
  1576
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0002-SetPrioritySettings_command03
sl@0
  1577
		COMMAND		devsound1		Capabilities
sl@0
  1578
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0002-SetConfigL_command05
sl@0
  1579
		DELAY  5000000 
sl@0
  1580
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0002-OpenFile_command06
sl@0
  1581
		COMMAND	!AsyncError=-13	devsound1       PlayInitL
sl@0
  1582
		ASYNC_DELAY  30000000 
sl@0
  1583
		COMMAND		devsound1		Stop
sl@0
  1584
		COMMAND		devsound1		CloseFile
sl@0
  1585
		COMMAND		devsound1		~
sl@0
  1586
	END_TEST_BLOCK
sl@0
  1587
sl@0
  1588
sl@0
  1589
sl@0
  1590
	START_TEST_BLOCK	70	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_pr.ini
sl@0
  1591
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
  1592
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
  1593
		COMMAND		devsound1		NewL
sl@0
  1594
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-NewL_command02
sl@0
  1595
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-InitializeL_command03
sl@0
  1596
		OUTSTANDING
sl@0
  1597
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-SetPrioritySettings_command04
sl@0
  1598
		COMMAND		devsound1		Capabilities
sl@0
  1599
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-SetConfigL_command06
sl@0
  1600
		DELAY  15000000 
sl@0
  1601
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-ReplaceFile_command07
sl@0
  1602
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-SetAudioInput_command08
sl@0
  1603
		COMMAND		devsound1		RecordInitL
sl@0
  1604
		ASYNC_DELAY  15000000 
sl@0
  1605
		COMMAND		devsound1		Stop
sl@0
  1606
		DELAY  15000000 
sl@0
  1607
		COMMAND		devsound1		CloseFile
sl@0
  1608
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-InitializeL_command12
sl@0
  1609
		OUTSTANDING
sl@0
  1610
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-SetPrioritySettings_command13
sl@0
  1611
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-SetConfigL_command14
sl@0
  1612
		COMMAND		devsound1		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Comb_Pr-0017-0003-OpenFile_command15
sl@0
  1613
		COMMAND		devsound1		PlayInitL
sl@0
  1614
		OUTSTANDING
sl@0
  1615
		COMMAND		devsound1		CloseFile
sl@0
  1616
		COMMAND		audioinput1		~
sl@0
  1617
		COMMAND		devsound1		~
sl@0
  1618
	END_TEST_BLOCK
sl@0
  1619
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_PR-0017
sl@0
  1620