os/mm/mmapitest/mmsvs/suite/testdata/t_multimedia.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmapitest/mmsvs/suite/testdata/t_multimedia.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,188 @@
     1.4 +[default_camera]
     1.5 +
     1.6 +# Defines the number of cameras available on the device.
     1.7 +count		=1
     1.8 +
     1.9 +# Set to the 0 offset index of the camera used for still photography tests.
    1.10 +validstill	=0
    1.11 +
    1.12 +# Set to an invalid camera index for negative still photography tests.
    1.13 +invalidstill	=100
    1.14 +
    1.15 +[default_video]
    1.16 +
    1.17 +# Set to the index of the camera used for video tests.
    1.18 +validvideo	=0
    1.19 +
    1.20 +# Set to the default video frame width.
    1.21 +framewidth	=176
    1.22 +
    1.23 +# Set to the default video frame height.
    1.24 +frameheight	=144
    1.25 +
    1.26 +[default_videocontroller]
    1.27 +
    1.28 +# Defines the uid of the video controller of the device. 
    1.29 +uid		=101F8514
    1.30 +
    1.31 +[default_videoplayer]
    1.32 +
    1.33 +# Refers to the video file which is used to execute the video player/recorder tests. 
    1.34 +sample		=\multimedia\t_videoplayerutility\xvid_clock.avi
    1.35 +
    1.36 +# Defines the default video mime type of the default video file (sample). 
    1.37 +format		=XVID
    1.38 +
    1.39 +# Indicates whether or not audio is enabled in the videoclip. 
    1.40 +audioenabled	=FALSE
    1.41 +
    1.42 +# Defines the default length of the video clip in micro seconds. 
    1.43 +duration	=13400000
    1.44 +
    1.45 +# Defines the default maximum volume of the video clip.
    1.46 +maxvolume	=100
    1.47 +
    1.48 +# Defines the url used to execute the video player/recorder tests. 
    1.49 +urisample	=file:///multimedia/t_videoplayerutility/xvid_clock.avi
    1.50 +
    1.51 +[default_icl]
    1.52 +
    1.53 +# These keys define the default uids of the various image types. 
    1.54 +
    1.55 +imagetype_gif   =   101F45B3
    1.56 +imagetype_tiff  =   101F45C4
    1.57 +imagetype_jpg   =   101F45D8
    1.58 +imagetype_bmp   =   101F45B0
    1.59 +imagetype_png   =   101F45C9
    1.60 +imagetype_ota   =   101F45D2
    1.61 +imagetype_mbm	=   101F45CC
    1.62 +imagetype_ico	=   101F45D5
    1.63 +imagetype_wbmp	=   101F45CF
    1.64 +imagetype_mng   =   101F7C53
    1.65 +
    1.66 +# These keys define the default mime types of the various image types.
    1.67 +mime_gif	=   image/gif
    1.68 +mime_tiff	=   image/tiff
    1.69 +mime_jpg	=   image/jpeg
    1.70 +mime_bmp	=   image/bmp
    1.71 +mime_png	=   image/png
    1.72 +mime_ico	=   image/ico
    1.73 +mime_ota	=   image/x-ota-bitmap
    1.74 +mime_mbm	=   image/x-epoc-mbm
    1.75 +mime_wbm	=   image/vnd.wap.wbmp
    1.76 +mime_wmf	=   image/x-wmf
    1.77 +mime_mng	=   image/mng
    1.78 +
    1.79 +[default_mmf]
    1.80 +
    1.81 +# The full path and filename of the file to which converted audio data is appended.
    1.82 +secondarylocation	=   \multimedia\t_mdaaudioconvertutility\note2.wav
    1.83 +
    1.84 +# Defines the full path and filename of a file containing audio sample data to be converted.
    1.85 +primaryfile		=   \multimedia\t_mdaaudioconvertutility\note.wav
    1.86 +
    1.87 +# Defines the full path and filename of a large file containing audio sample data to be converted.
    1.88 +tertiaryfile	=   \multimedia\t_mdaaudioconvertutility\explode.wav
    1.89 +
    1.90 +# Defines the uid of the audio controller on the device. 
    1.91 +controlleruid		=   101F5022
    1.92 +
    1.93 +# Defines the default bitrate of the converted audio file. 
    1.94 +convert_bitrate		=   128000
    1.95 +
    1.96 +# Defines the codec to be used for the converted audio object. 
    1.97 +secondarycodec		=   PcmWavCodec
    1.98 +
    1.99 +# Defines the codec to be used for the source (unconverted) audio object. 
   1.100 +primarycodec		=   PcmWavCodec
   1.101 +
   1.102 +# Defines the TFourcc code of the converted audio format. 
   1.103 +fourcc_codecformat	=   KMMFFourCCCodePCM16
   1.104 +
   1.105 +# Defines the default bitrate the audio stream player may be set to. 
   1.106 +Input_bitrate		=   10000
   1.107 +
   1.108 +# Defines the fourcc code of the input audio data stream. 
   1.109 +fourcc_inputdatatype	=   KMMFFourCCCodePCM16
   1.110 +
   1.111 +# Defines the fourcc code the output audio data stream. 
   1.112 +fourcc_outputdatatype	=   KMMFFourCCCodePCM16
   1.113 +
   1.114 +# The playback file of the audio player. 
   1.115 +playbackfile		=   \multimedia\t_mdaaudioplayerutility\test.wav
   1.116 +
   1.117 +# Defines the format in which the audio data will be recorded. 
   1.118 +fourcc_rcrdrdatatype	=   KMMFFourCCCodePCM16
   1.119 +
   1.120 +# The audio tone sequence files/descriptors to be played back by the audio tone player.
   1.121 +sequence		=   \multimedia\t_audiotoneutility\sequence1.sqn
   1.122 +
   1.123 +# This is the alternate playback sequence. 
   1.124 +alternate_sequence	=   \multimedia\t_audiotoneutility\sequence2.sqn
   1.125 +
   1.126 +# badsequence is a corrupt sequence used in negative tests.
   1.127 +bad_sequence		=   \multimedia\t_audiotoneutility\badsequence.sqn
   1.128 +
   1.129 +# The corrupt file and path used for negative testing of the audio tone player.
   1.130 +wrong_filename		=   \wrongplace\wrongfile.file
   1.131 +
   1.132 +# Defines the default priority (A priority between EMdaPriorityMin(-100) and EMdaPriorityMax(100)) of the tone to be played back. 
   1.133 +tone_priority		=   50
   1.134 +
   1.135 +# Defines the default prioritypreference value, which define the behaviour to be adopted by an audio client if a higher priority client takes over the device. 
   1.136 +tone_prioritypreference	=   TimeAndQuality
   1.137 +
   1.138 +# The file containing MIDI data to be used by the MIDI client. 
   1.139 +midifilename		=   \multimedia\t_midiclientutility\midi.mid
   1.140 +
   1.141 +[default_tnr]
   1.142 +
   1.143 +# Defines the default event uid used for callback in the event that the audio resource is replaced by a higher priority audio client. 
   1.144 +event_notificationuid   =  101FD9F2
   1.145 +
   1.146 +# Defines the default uid of the recorded audio data format.
   1.147 +destination_formatuid	=  101F55E2
   1.148 +
   1.149 +# Defines the default uid of the recorded audio data format.
   1.150 +destination_formatuid_amr	=  101FAF66
   1.151 +
   1.152 +# Defines the default uid of the recorded audio data format.
   1.153 +destination_formatuid_raw	=  101F5C17
   1.154 +
   1.155 +# Defines the default recording bit rate used by the tuner recorder. 
   1.156 +# destination_bitrate	=  128
   1.157 +
   1.158 +# Defines the default recording sampling rate used by the tuner recorder.
   1.159 +# samplerate		=  96000
   1.160 +
   1.161 +# Defines the default data format of the recorded audio clip used by the tuner recorder. 
   1.162 +# fourcc_tnrrcrdrdatatype	=  KMMFFourCCCodePCMU8
   1.163 +
   1.164 +[default_uids]
   1.165 +
   1.166 +# Defines the ECOM Implementation UID for a read in the wav audio file format supplied in Symbian plugin(s).
   1.167 +kmmfuidformatwavread             =101F55E1
   1.168 +
   1.169 +# Defines the ECOM Implementation UID for a write in the wav audio file format supplied in Symbian plugin(s).
   1.170 +kmmfuidformatwavwrite           = 101F55E2
   1.171 +
   1.172 +# Defines the ECOM Implementation UID for a read in the raw image file format supplied in Symbian plugin(s).
   1.173 +kmmfuidformatrawread            = 101F5C16
   1.174 +
   1.175 +# Defines the ECOM Implementation UID for a write in the raw image file format supplied in Symbian plugin(s).
   1.176 +kmmfuidformatrawwrite           = 101F5C17
   1.177 +
   1.178 +# Defines the ECOM Implementation UID for a read in the au file audio format supplied in Symbian plugin(s).
   1.179 +kmmfuidformatauread             = 101F5C12
   1.180 +
   1.181 +# Defines the ECOM Implementation UID for a write in the au file audio format supplied in Symbian plugin(s)
   1.182 +kmmfuidformatauwrite            =101F5C13
   1.183 +
   1.184 +# Defines the ECOM Implementation UID for a read in the amr file audio format supplied in Symbian plugin(s)
   1.185 +kadvanceduidformatamrread       = 101FAF65
   1.186 +
   1.187 +# Defines the ECOM Implementation UID for a write in the amr file audio format supplied in Symbian plugin(s)
   1.188 +kadvanceduidformatamrwrite      = 101FAF66
   1.189 +
   1.190 +# A Default invalid UID for any format
   1.191 +kinvaliduid                     =FFFF