|
| enum | LoopStatus {
None = media::Player::LoopStatus::none
,
Track = media::Player::LoopStatus::track
,
Playlist = media::Player::LoopStatus::playlist
} |
Definition at line 100 of file media_player2.cpp.
◆ LoopStatus
◆ PlayerAdaptor()
| PlayerAdaptor::PlayerAdaptor |
( |
const QDBusConnection & | connection, |
|
|
QObject * | parent ) |
◆ AboutToFinish
| void mpris::PlayerAdaptor::AboutToFinish |
( |
| ) |
|
|
signal |
◆ audioStreamRole()
| qint16 mpris::PlayerAdaptor::audioStreamRole |
( |
| ) |
const |
|
inline |
◆ backend()
| qint16 mpris::PlayerAdaptor::backend |
( |
| ) |
const |
|
inline |
◆ Buffering
| void mpris::PlayerAdaptor::Buffering |
( |
int | percent | ) |
|
|
signal |
◆ canControl()
| bool mpris::PlayerAdaptor::canControl |
( |
| ) |
const |
|
inline |
◆ canGoNext()
| bool mpris::PlayerAdaptor::canGoNext |
( |
| ) |
const |
|
inline |
◆ canGoPrevious()
| bool mpris::PlayerAdaptor::canGoPrevious |
( |
| ) |
const |
|
inline |
◆ canPause()
| bool mpris::PlayerAdaptor::canPause |
( |
| ) |
const |
|
inline |
◆ canPlay()
| bool mpris::PlayerAdaptor::canPlay |
( |
| ) |
const |
|
inline |
◆ canSeek()
| bool mpris::PlayerAdaptor::canSeek |
( |
| ) |
const |
|
inline |
◆ duration()
| qint64 mpris::PlayerAdaptor::duration |
( |
| ) |
const |
|
inline |
◆ EndOfStream
| void mpris::PlayerAdaptor::EndOfStream |
( |
| ) |
|
|
signal |
◆ Error
| void mpris::PlayerAdaptor::Error |
( |
qint16 | code | ) |
|
|
signal |
◆ isAudioSource()
| bool mpris::PlayerAdaptor::isAudioSource |
( |
| ) |
const |
|
inline |
◆ isVideoSource()
| bool mpris::PlayerAdaptor::isVideoSource |
( |
| ) |
const |
|
inline |
◆ lifetime()
| qint16 mpris::PlayerAdaptor::lifetime |
( |
| ) |
const |
|
inline |
◆ loopStatus()
| QString PlayerAdaptor::loopStatus |
( |
| ) |
const |
◆ maximumRate()
| double mpris::PlayerAdaptor::maximumRate |
( |
| ) |
const |
|
inline |
◆ metadata()
| QVariantMap mpris::PlayerAdaptor::metadata |
( |
| ) |
const |
|
inline |
◆ minimumRate()
| double mpris::PlayerAdaptor::minimumRate |
( |
| ) |
const |
|
inline |
◆ Next
| void mpris::PlayerAdaptor::Next |
( |
| ) |
|
|
inlineslot |
◆ OpenUri
| void PlayerAdaptor::OpenUri |
( |
const QDBusMessage & | | ) |
|
|
slot |
◆ orientation()
| qint16 mpris::PlayerAdaptor::orientation |
( |
| ) |
const |
|
inline |
◆ Pause
| void mpris::PlayerAdaptor::Pause |
( |
| ) |
|
|
inlineslot |
◆ Play
| void mpris::PlayerAdaptor::Play |
( |
| ) |
|
|
inlineslot |
◆ playbackRate()
| double mpris::PlayerAdaptor::playbackRate |
( |
| ) |
const |
|
inline |
◆ playbackStatus()
| QString PlayerAdaptor::playbackStatus |
( |
| ) |
const |
◆ PlaybackStatusChanged
| void mpris::PlayerAdaptor::PlaybackStatusChanged |
( |
quint16 | status | ) |
|
|
signal |
◆ player() [1/2]
◆ player() [2/2]
◆ PlayPause
| void PlayerAdaptor::PlayPause |
( |
| ) |
|
|
slot |
◆ position()
| qint64 mpris::PlayerAdaptor::position |
( |
| ) |
const |
|
inline |
◆ Previous
| void mpris::PlayerAdaptor::Previous |
( |
| ) |
|
|
inlineslot |
◆ Seek
| void PlayerAdaptor::Seek |
( |
quint64 | microSeconds | ) |
|
|
slot |
◆ Seeked
| void mpris::PlayerAdaptor::Seeked |
( |
quint64 | microSeconds | ) |
|
|
signal |
◆ setLoopStatus()
| void PlayerAdaptor::setLoopStatus |
( |
const QString & | status | ) |
|
◆ setPlaybackRate()
| void mpris::PlayerAdaptor::setPlaybackRate |
( |
double | rate | ) |
|
|
inline |
◆ setPlayer()
◆ SetPosition
| void mpris::PlayerAdaptor::SetPosition |
( |
const QDBusObjectPath & | , |
|
|
quint64 | ) |
|
inlineslot |
◆ setShuffle()
| void mpris::PlayerAdaptor::setShuffle |
( |
bool | shuffle | ) |
|
|
inline |
◆ setTypedLoopStatus()
| void PlayerAdaptor::setTypedLoopStatus |
( |
qint16 | status | ) |
|
◆ setVolume()
| void mpris::PlayerAdaptor::setVolume |
( |
double | volume | ) |
|
|
inline |
◆ shuffle()
| bool mpris::PlayerAdaptor::shuffle |
( |
| ) |
const |
|
inline |
◆ Stop
| void mpris::PlayerAdaptor::Stop |
( |
| ) |
|
|
inlineslot |
◆ typedLoopStatus()
| qint16 PlayerAdaptor::typedLoopStatus |
( |
| ) |
const |
◆ VideoDimensionChanged
| void mpris::PlayerAdaptor::VideoDimensionChanged |
( |
quint32 | height, |
|
|
quint32 | width ) |
|
signal |
◆ volume()
| double mpris::PlayerAdaptor::volume |
( |
| ) |
const |
|
inline |
◆ AudioStreamRole
| qint16 mpris::PlayerAdaptor::AudioStreamRole |
|
read |
◆ CanControl
| bool mpris::PlayerAdaptor::CanControl |
|
read |
◆ CanGoNext
| bool mpris::PlayerAdaptor::CanGoNext |
|
read |
◆ CanGoPrevious
| bool mpris::PlayerAdaptor::CanGoPrevious |
|
read |
◆ CanPause
| bool mpris::PlayerAdaptor::CanPause |
|
read |
◆ CanPlay
| bool mpris::PlayerAdaptor::CanPlay |
|
read |
◆ CanSeek
| bool mpris::PlayerAdaptor::CanSeek |
|
read |
◆ Duration
| qint64 mpris::PlayerAdaptor::Duration |
|
read |
◆ IsAudioSource
| bool mpris::PlayerAdaptor::IsAudioSource |
|
read |
◆ IsVideoSource
| bool mpris::PlayerAdaptor::IsVideoSource |
|
read |
◆ Lifetime
| qint16 mpris::PlayerAdaptor::Lifetime |
|
read |
◆ LoopStatus
◆ MaximumRate
| double mpris::PlayerAdaptor::MaximumRate |
|
read |
◆ Metadata
| QVariantMap mpris::PlayerAdaptor::Metadata |
|
read |
◆ MinimumRate
| double mpris::PlayerAdaptor::MinimumRate |
|
read |
◆ Orientation
| qint16 mpris::PlayerAdaptor::Orientation |
|
read |
◆ PlaybackRate
| double mpris::PlayerAdaptor::PlaybackRate |
|
readwrite |
◆ PlaybackStatus
| QString mpris::PlayerAdaptor::PlaybackStatus |
|
read |
◆ Position
| qint64 mpris::PlayerAdaptor::Position |
|
read |
◆ Shuffle
| bool mpris::PlayerAdaptor::Shuffle |
|
readwrite |
◆ TypedBackend
| qint16 mpris::PlayerAdaptor::TypedBackend |
|
read |
◆ TypedLoopStatus
| qint16 mpris::PlayerAdaptor::TypedLoopStatus |
|
readwrite |
◆ Volume
| double mpris::PlayerAdaptor::Volume |
|
readwrite |
The documentation for this class was generated from the following file:
- /build/media-hub-4.7~20260316060616.27~fbd9644+ubports26.04.1/src/service/mpris/media_player2.cpp