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