Command-Line Parameters for the Audio Drift Test (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2
The Audio Drift Test plays a specified audio file and tests whether it drifts by one or more buffer lengths.
Syntax
tux -d driftest.dll -c "{-i PlaybackFilename} [-v Volume] [-d deviceID] [-?]"
Command-line parameters
Parameter | Description |
---|---|
-d driftest.dll |
Required. Binary used to run this test. |
-c "parameters" |
Required. Indicates the command-line parameters for the audio drift test. |
-i PlaybackFilename |
Required. Indicates the path for, and the name of, the file to be played while running this test. |
-v Volume |
Optional. Specifies the volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF indicates full volume, and a value of 0x0000 indicates silence.
Note:
If a device does not support both left and right volume controls, the low-order word specifies the volume level, and the high-order word is ignored.
|
-d deviceID |
Optional. Identifies the device being tested. The DeviceID is a DWORD. The default value is 0xC000C000 from the source code. |
-? |
Optional. Launches Help for the command-line parameters for drifttest.exe. |