31 : formatName (name), fileExtensions (extensions)
36 : formatName (name.text), fileExtensions (
StringArray::fromTokens (extensions,
false))
86 static_cast<unsigned int> (channelLayout.
size()),
Holds a resizable array of primitive or copy-by-value objects.
Represents a set of audio channel types.
int size() const noexcept
Returns the number of channels in the set.
static AudioChannelSet JUCE_CALLTYPE mono()
Creates a one-channel mono set (centre).
static AudioChannelSet JUCE_CALLTYPE stereo()
Creates a set containing a stereo set (left, right).
Represents a local file or directory.
bool hasFileExtension(StringRef extensionToTest) const
Checks whether the file has a given extension.
The base class for streams that write data to some kind of destination.
A special array for holding a list of strings.
A container for holding a set of strings which are keyed by another string.
A simple class for holding temporary references to a string literal or String.