Uses of Class
io.qt.multimedia.QAudioBuffer
Packages that use QAudioBuffer
-
Uses of QAudioBuffer in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QAudioBufferModifier and TypeFieldDescriptionfinal QObject.Signal1<QAudioBuffer>
QAudioBufferOutput.audioBufferReceived
Methods in io.qt.multimedia that return QAudioBufferModifier and TypeMethodDescriptionQAudioBuffer.clone()
Creates and returns a copy of this object.final QAudioBuffer
QAudioDecoder.read()
SeeQAudioDecoder::
read()const Methods in io.qt.multimedia with parameters of type QAudioBufferModifier and TypeMethodDescriptionfinal void
QAudioBuffer.assign
(QAudioBuffer other) final boolean
QAudioBufferInput.sendAudioBuffer
(QAudioBuffer audioBuffer) final void
QAudioBuffer.swap
(QAudioBuffer other) Constructors in io.qt.multimedia with parameters of type QAudioBuffer -
Uses of QAudioBuffer in io.qt.texttospeech
Method parameters in io.qt.texttospeech with type arguments of type QAudioBufferModifier and TypeMethodDescriptionfinal void
QTextToSpeech.synthesize
(String text, QObject receiver, QMetaObject.Slot1<QAudioBuffer> func) SeeQTextToSpeech::
synthesize<Functor>(QString, const QtPrivate::ContextTypeForFunctor::ContextType<Functor>*, Functor&&) final void
QTextToSpeech.synthesize
(String text, QMetaObject.Slot1<QAudioBuffer> func) Overloaded function forQTextToSpeech.synthesize(java.lang.String, io.qt.core.QObject, io.qt.core.QMetaObject.Slot1)
.