The player calls this function to test an audio format for support by the Encoder module.
|
Parameters |
Description |
|
wf |
[in] format of audio to test for support |
|
flags |
[in] no flags currently defined |
|
Return Values |
Description |
|
format is supported by output | |
|
format is not supported by output | |
|
format test failure | |
|
format test function not implemented in output module |
The module should only test for support for the format defined in the wf parameter and return one of the defined return values.
|
Copyright (c) Quinnware 2007. All rights reserved.
|