OpenShot Audio Library | OpenShotAudio 1.0.0
Loading...
Searching...
No Matches
Deprecated List
Member juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >::swapWithArray (Array &other) noexcept
Member juce::Atomic< Type >::compareAndSetValue (Type, Type) noexcept
Class juce::AudioDataConverters
Member juce::AudioDeviceManager::addMidiInputCallback (const String &, MidiInputCallback *)
Use addMidiInputDeviceCallback instead.
Member juce::AudioDeviceManager::getDefaultMidiOutputName () const noexcept
Use getDefaultMidiOutputIdentifier instead.
Member juce::AudioDeviceManager::isMidiInputEnabled (const String &) const
Use isMidiInputDeviceEnabled instead.
Member juce::AudioDeviceManager::removeMidiInputCallback (const String &, MidiInputCallback *)
Use removeMidiInputDeviceCallback instead.
Member juce::AudioDeviceManager::setDefaultMidiOutput (const String &)
Use setDefaultMidiOutputDevice instead.
Member juce::AudioDeviceManager::setMidiInputEnabled (const String &, bool)
Use setMidiInputDeviceEnabled instead.
Member juce::AudioIODeviceType::createAudioIODeviceType_WASAPI (bool exclusiveMode)
You should call the method which takes a WASAPIDeviceMode instead.
Member juce::AudioPlayHead::getCurrentPosition (CurrentPositionInfo &result)
Use getPosition instead. Not all hosts are able to provide all time position information; getPosition differentiates clearly between set and unset fields.
Member juce::ChildProcessCoordinator::handleMessageFromSlave (const MemoryBlock &)
Replaced by handleMessageFromWorker
Member juce::ChildProcessCoordinator::killSlaveProcess ()
Replaced by killWorkerProcess.
Member juce::ChildProcessCoordinator::launchSlaveProcess (const File &executableToLaunch, const String &commandLineUniqueID, int timeoutMs=0, int streamFlags=ChildProcess::wantStdOut|ChildProcess::wantStdErr)
Replaced by launchWorkerProcess.
Member juce::ChildProcessCoordinator::sendMessageToSlave (const MemoryBlock &mb)
Replaced by sendMessageToWorker.
Member juce::ChildProcessWorker::handleMessageFromMaster (const MemoryBlock &)
Replaced by handleMessageFromCoordinator.
Member juce::ChildProcessWorker::sendMessageToMaster (const MemoryBlock &mb)
Replaced by sendMessageToCoordinator.
Member juce::DirectoryIterator::DirectoryIterator (const File &directory, bool recursive, const String &pattern="*", int type=File::findFiles, File::FollowSymlinks follow=File::FollowSymlinks::yes)
This class is now deprecated in favour of RangedDirectoryIterator.
Member juce::dsp::StateVariableFilter::Filter< SampleType >::Filter ()
Member juce::dsp::StateVariableFilter::Filter< SampleType >::Filter (ParametersPtr parametersToUse)
Member juce::MemoryBlock::replaceWith (const void *srcData, size_t numBytes)
Use the replaceAll method instead, which will also replace the data when numBytes == 0.
Class juce::MidiBuffer::Iterator
Member juce::MidiInput::getDefaultDeviceIndex ()
Use getDefaultDevice instead.
Member juce::MidiInput::getDevices ()
Use getAvailableDevices instead.
Member juce::MidiInput::openDevice (int, MidiInputCallback *)
Use openDevice that takes a device identifier instead.
Member juce::MidiMessage::readVariableLengthVal (const uint8 *data, int &numBytesUsed) noexcept
This signature has been deprecated in favour of the safer readVariableLengthValue.
Member juce::MidiOutput::getDefaultDeviceIndex ()
Use getDefaultDevice instead.
Member juce::MidiOutput::getDevices ()
Use getAvailableDevices instead.
Member juce::MidiOutput::openDevice (int)
Use openDevice that takes a device identifier instead.
Member juce::MidiRPNDetector::parseControllerMessage (int midiChannel, int controllerNumber, int controllerValue, MidiRPNMessage &result) noexcept
Use tryParse() instead
Member juce::OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >::swapWithArray (OwnedArray &other) noexcept
Member juce::ReferenceCountedArray< ObjectClass, TypeOfCriticalSectionToUse >::swapWithArray (ReferenceCountedArray &other) noexcept
Member juce::ReferenceCountedObjectPtr< ObjectType >::getObject () const
Use the get method instead.
Class juce::ScopedPointer< ObjectType >
Member juce::SharedResourcePointer< SharedObjectType >::getReferenceCount () const noexcept
If you are relying on this function please inform the JUCE team as we are planing on removing this in a subsequent release
Member juce::SmoothedValue< FloatType, SmoothingType >::setValue (FloatType newValue, bool force=false) noexcept
Use setTargetValue and setCurrentAndTargetValue instead.
Member juce::SystemStats::getCpuSpeedInMegaherz ()
This method was spelt wrong! Please change your code to use getCpuSpeedInMegahertz instead.
Member juce::SystemStats::getDeviceIdentifiers ()
The identifiers produced by this function are not reliable. Use getUniqueDeviceID() instead.
Member juce::URL::createInputStream (bool doPostLikeRequest, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders={}, int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5, String httpRequestCmd={}) const
New code should use the method which takes an InputStreamOptions argument instead.
Member juce::URL::downloadToFile (const File &targetLocation, String extraHeaders=String(), DownloadTaskListener *listener=nullptr, bool usePostCommand=false)
Use the overload with a DownloadTaskOptions argument instead
Member juce::WavAudioFormat::ISRC
This string is identical to riffInfoSource, making it impossible to differentiate between the two
Member juce::XmlElement::createDocument (StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const
This has been deprecated in favour of the toString method.
Member juce::XmlElement::macroBasedForLoop () const noexcept
Member juce::XmlElement::writeToFile (const File &destinationFile, StringRef dtdToUse, StringRef encodingType="UTF-8", int lineWrapLength=60) const
This has been deprecated in favour of the writeTo method.
Member juce::XmlElement::writeToStream (OutputStream &output, StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const
This has been deprecated in favour of the writeTo method.