mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated the AudioFormatManager::registerBasicFormats documentation
This commit is contained in:
parent
818e89e702
commit
e7136b57f2
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ public:
|
|||
bool makeThisTheDefaultFormat);
|
||||
|
||||
/** Handy method to make it easy to register the formats that come with JUCE.
|
||||
Currently, this will add WAV and AIFF to the list.
|
||||
This will add WAV and AIFF to the list, along with any other formats enabled
|
||||
in either the Projucer or your application's AppConfig.h.
|
||||
*/
|
||||
void registerBasicFormats();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue