mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a comment about DirectSound codecs.
This commit is contained in:
parent
2fd89b0ac4
commit
d3e378aa4a
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
// Note that if you're trying to open a file and this method fails, you may
|
||||
// just need to install a suitable codec. It seems that by default DirectShow
|
||||
// doesn't support a very good range of formats.
|
||||
release();
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue