#include <player.h>
Public Attributes | |
Properties::CanPlay::ValueType | can_play {true} |
Properties::CanPause::ValueType | can_pause {true} |
Properties::CanSeek::ValueType | can_seek {true} |
Properties::CanControl::ValueType | can_control {true} |
Properties::CanGoNext::ValueType | can_go_next {true} |
Properties::CanGoPrevious::ValueType | can_go_previous {true} |
Properties::IsVideoSource::ValueType | is_video_source {false} |
Properties::IsAudioSource::ValueType | is_audio_source {true} |
Properties::PlaybackStatus::ValueType | playback_status {PlaybackStatus::stopped} |
Properties::TypedPlaybackStatus::ValueType | typed_playback_status {core::ubuntu::media::Player::PlaybackStatus::null} |
Properties::LoopStatus::ValueType | loop_status {LoopStatus::none} |
Properties::TypedLoopStatus::ValueType | typed_loop_status {core::ubuntu::media::Player::LoopStatus::none} |
Properties::PlaybackRate::ValueType | playback_rate {1.f} |
Properties::Shuffle::ValueType | shuffle {false} |
Properties::TypedMetaData::ValueType | typed_meta_data {} |
Properties::Volume::ValueType | volume {0.f} |
Properties::Position::ValueType | position {0} |
Properties::Duration::ValueType | duration {0} |
Properties::MinimumRate::ValueType | minimum_rate {1.f} |
Properties::MaximumRate::ValueType | maximum_rate {1.f} |
Properties::Orientation::ValueType | orientation {core::ubuntu::media::Player::Orientation::rotate0} |
Properties::CanControl::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_control {true} |
Definition at line 182 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::CanGoNext::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_go_next {true} |
Definition at line 183 of file player.h.
Referenced by media::ServiceSkeleton::Private::Exported::player_defaults(), and mpris::Player::Skeleton::Skeleton().
Properties::CanGoPrevious::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_go_previous {true} |
Definition at line 184 of file player.h.
Referenced by media::ServiceSkeleton::Private::Exported::player_defaults(), and mpris::Player::Skeleton::Skeleton().
Properties::CanPause::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_pause {true} |
Definition at line 180 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::CanPlay::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_play {true} |
Definition at line 179 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::CanSeek::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_seek {true} |
Definition at line 181 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::Duration::ValueType mpris::Player::Skeleton::Configuration::Defaults::duration {0} |
Definition at line 196 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::IsAudioSource::ValueType mpris::Player::Skeleton::Configuration::Defaults::is_audio_source {true} |
Definition at line 186 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::IsVideoSource::ValueType mpris::Player::Skeleton::Configuration::Defaults::is_video_source {false} |
Definition at line 185 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::LoopStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::loop_status {LoopStatus::none} |
Definition at line 189 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::MaximumRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::maximum_rate {1.f} |
Definition at line 198 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::MinimumRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::minimum_rate {1.f} |
Definition at line 197 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::Orientation::ValueType mpris::Player::Skeleton::Configuration::Defaults::orientation {core::ubuntu::media::Player::Orientation::rotate0} |
Properties::PlaybackRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::playback_rate {1.f} |
Definition at line 191 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::PlaybackStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::playback_status {PlaybackStatus::stopped} |
Definition at line 187 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::Position::ValueType mpris::Player::Skeleton::Configuration::Defaults::position {0} |
Definition at line 195 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::Shuffle::ValueType mpris::Player::Skeleton::Configuration::Defaults::shuffle {false} |
Definition at line 192 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::TypedLoopStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_loop_status {core::ubuntu::media::Player::LoopStatus::none} |
Definition at line 190 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::TypedMetaData::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_meta_data {} |
Properties::TypedPlaybackStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_playback_status {core::ubuntu::media::Player::PlaybackStatus::null} |
Definition at line 188 of file player.h.
Referenced by mpris::Player::Skeleton::Skeleton().
Properties::Volume::ValueType mpris::Player::Skeleton::Configuration::Defaults::volume {0.f} |