Uses of Class
io.qt.multimedia.QAudioBuffer
-
Uses of QAudioBuffer in io.qt.multimedia
Modifier and TypeFieldDescriptionfinal QObject.Signal1<QAudioBuffer>
QAudioBufferOutput.audioBufferReceived
Modifier and TypeMethodDescriptionQAudioBuffer.clone()
Creates and returns a copy of this object.final QAudioBuffer
QAudioDecoder.read()
SeeQAudioDecoder::
read()const Modifier and TypeMethodDescriptionfinal void
QAudioBuffer.assign
(QAudioBuffer other) final boolean
QAudioBufferInput.sendAudioBuffer
(QAudioBuffer audioBuffer) final void
QAudioBuffer.swap
(QAudioBuffer other) -
Uses of QAudioBuffer in io.qt.texttospeech
Modifier 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)
.