Home
last modified time | relevance | path

Searched refs:supportedAudioBackends (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/qml/QmlAV/
H A DQmlAVPlayer.h100 Q_PROPERTY(QStringList supportedAudioBackends READ supportedAudioBackends)
280 QStringList supportedAudioBackends() const;
/dports/multimedia/QtAV/QtAV-1.13.0/qml/
H A DVideo.qml71 property alias supportedAudioBackends: player.supportedAudioBackends
H A DQmlAVPlayer.cpp607 QStringList QmlAVPlayer::supportedAudioBackends() const in supportedAudioBackends() function in QmlAVPlayer
H A Dplugins.qmltypes250 Property { name: "supportedAudioBackends"; type: "QStringList"; isReadonly: true }