Music Hub  ..
A session-wide music playback service
mpris::Player::Skeleton::Configuration::Defaults Struct Reference

#include <player.h>

+ Collaboration diagram for mpris::Player::Skeleton::Configuration::Defaults:

Public Attributes

Properties::CanPlay::ValueType can_play {false}
 
Properties::CanPause::ValueType can_pause {false}
 
Properties::CanSeek::ValueType can_seek {true}
 
Properties::CanControl::ValueType can_control {true}
 
Properties::CanGoNext::ValueType can_go_next {false}
 
Properties::CanGoPrevious::ValueType can_go_previous {false}
 
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::TypedBackend::ValueType typed_backend {core::ubuntu::media::AVBackend::Backend::none}
 
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::Metadata::ValueType 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}
 

Detailed Description

Definition at line 211 of file player.h.

Member Data Documentation

Properties::CanControl::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_control {true}

Definition at line 216 of file player.h.

Properties::CanGoNext::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_go_next {false}

Definition at line 217 of file player.h.

Properties::CanGoPrevious::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_go_previous {false}

Definition at line 218 of file player.h.

Properties::CanPause::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_pause {false}

Definition at line 214 of file player.h.

Properties::CanPlay::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_play {false}

Definition at line 213 of file player.h.

Properties::CanSeek::ValueType mpris::Player::Skeleton::Configuration::Defaults::can_seek {true}

Definition at line 215 of file player.h.

Properties::Duration::ValueType mpris::Player::Skeleton::Configuration::Defaults::duration {0}

Definition at line 231 of file player.h.

Properties::IsAudioSource::ValueType mpris::Player::Skeleton::Configuration::Defaults::is_audio_source {true}

Definition at line 220 of file player.h.

Properties::IsVideoSource::ValueType mpris::Player::Skeleton::Configuration::Defaults::is_video_source {false}

Definition at line 219 of file player.h.

Properties::LoopStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::loop_status {LoopStatus::none}

Definition at line 224 of file player.h.

Properties::MaximumRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::maximum_rate {1.f}

Definition at line 233 of file player.h.

Properties::Metadata::ValueType mpris::Player::Skeleton::Configuration::Defaults::meta_data {}

Definition at line 228 of file player.h.

Properties::MinimumRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::minimum_rate {1.f}

Definition at line 232 of file player.h.

Properties::Orientation::ValueType mpris::Player::Skeleton::Configuration::Defaults::orientation {core::ubuntu::media::Player::Orientation::rotate0}

Definition at line 234 of file player.h.

Properties::PlaybackRate::ValueType mpris::Player::Skeleton::Configuration::Defaults::playback_rate {1.f}

Definition at line 226 of file player.h.

Properties::PlaybackStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::playback_status {PlaybackStatus::stopped}

Definition at line 221 of file player.h.

Properties::Position::ValueType mpris::Player::Skeleton::Configuration::Defaults::position {0}

Definition at line 230 of file player.h.

Properties::Shuffle::ValueType mpris::Player::Skeleton::Configuration::Defaults::shuffle {false}

Definition at line 227 of file player.h.

Properties::TypedBackend::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_backend {core::ubuntu::media::AVBackend::Backend::none}

Definition at line 223 of file player.h.

Properties::TypedLoopStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_loop_status {core::ubuntu::media::Player::LoopStatus::none}

Definition at line 225 of file player.h.

Properties::TypedPlaybackStatus::ValueType mpris::Player::Skeleton::Configuration::Defaults::typed_playback_status {core::ubuntu::media::Player::PlaybackStatus::null}

Definition at line 222 of file player.h.

Properties::Volume::ValueType mpris::Player::Skeleton::Configuration::Defaults::volume {0.f}

Definition at line 229 of file player.h.


The documentation for this struct was generated from the following file: