Описание класса AudioDataOutput(Phonon::AudioDataOutput)The AudioDataOutput class provides access to audio data. Далее... #include <Phonon> Унаследован от: QObject и MediaNode. Этот класс был введён в Qt 4.7. Открытые типы
Свойства
Открытые функции
Открытые слоты
Сигналы
Дополнительные унаследованные члены
Подробное описаниеThe AudioDataOutput class provides access to audio data. This class is used to obtain audio data, typically for the purpose of visualizing it. Although it is not designed for realtime performance, the latencies associated with accessing the data should be low enough for applications that provide visualizations of the data. This class can also be used to save the audio data for further processing. Описание типов-членовenum AudioDataOutput::ChannelThis enum describes the channel audio data belongs to.
Описание свойствdataSize : intThis property holds the number of samples passed via the dataReady() signal. Функции доступа:
Описание функций-членовvoid AudioDataOutput::dataReady ( const QMap<Phonon::AudioDataOutput::Channel, QVector<qint16> > & data ) [signal]This signal is emitted whenever there is data available to read. The data sent by the signal is supplied in the form of a map that holds the data for different output channels. void AudioDataOutput::endOfMedia ( int remainingSamples ) [signal]This signal is emitted before the final dataReady() signal is emitted for a media. The remainingSamples value sent by the signal contains the number of samples that will be sent in the final dataReady() signal for the media. int AudioDataOutput::sampleRate () constReturns the sample rate measured in Hertz, as reported by the backend. If the backend is unavailable -1 is returned. |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |