The xWMA command-line encoder encodes a sound file in the xWMA format.
xWMAEncode [-b N] Input File Output File
|
| Option | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| -b N | Specifies bitrate. The default bitrate is 48000. The following table shows the allowable input formats and the bitrates that can be specified for those formats. Bitrates in bold are the actual bitrates available. Non-bold bitrates are provided as a convenience when you are batch processing audio files. They will map to the closest bitrate available.
| ||||||||||||||||||||||||||||||
| Input File | File name of the file to convert.
| ||||||||||||||||||||||||||||||
| Output File | File name of the converted file. |
It is possible to write your own coding tool using the methods defined in xwmaencoder.h and implemented in xwmaencoder.lib. The xwmaencoder.h file is located by default in the C:\Program Files (x86)\Microsoft Durango XDK\PC\include folder, and the xwmaencoder.lib file is located by default in the C:\Program Files (x86)\Microsoft Durango XDK\PC\lib\amd64 folder.
The single method available in the header and library is XWMAEncoder.
XWMA Encoder Reference
Describes the functions available in xwmaencoder.lib.