Closed valbok closed 10 months ago
@binarysoft2011
void setChannelConfig(QAudioFormat::ChannelConfig);
QAudioFormat::ChannelConfig channelConfig() const;
What about Qt 5.X ?
if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0) void setChannelConfig(QAudioFormat::ChannelConfig); QAudioFormat::ChannelConfig channelConfig() const; #endif
What about Qt 5.X ?
qt5 does not support this
https://github.com/valbok/QtAVPlayer/pull/422