The plug-in can call this function to test an audio format for support by the output plug-in.
|
Parameters |
Description |
|
wf |
[in] format of decoded audio output is to 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 plug-in |
This is beneficial if the plug-in can choose multiple formats for the audio and wants to determine the most advantageous, and supported, format.
|
Copyright (c) Quinnware 2007. All rights reserved.
|