#include <engine.h>
Classes | |
struct | Private |
Public Member Functions | |
Engine () | |
~Engine () | |
const std::shared_ptr < MetaDataExtractor > & | meta_data_extractor () const |
const core::Property< State > & | state () const |
bool | open_resource_for_uri (const core::ubuntu::media::Track::UriType &uri) |
void | create_video_sink (uint32_t texture_id) |
bool | play () |
bool | stop () |
bool | pause () |
bool | seek_to (const std::chrono::microseconds &ts) |
const core::Property< bool > & | is_video_source () const |
const core::Property< bool > & | is_audio_source () const |
const core::Property< uint64_t > & | position () const |
const core::Property< uint64_t > & | duration () const |
const core::Property < core::ubuntu::media::Engine::Volume > & | volume () const |
core::Property < core::ubuntu::media::Engine::Volume > & | volume () |
const core::Property < core::ubuntu::media::Player::AudioStreamRole > & | audio_stream_role () const |
core::Property < core::ubuntu::media::Player::AudioStreamRole > & | audio_stream_role () |
const core::Property < std::tuple < core::ubuntu::media::Track::UriType, core::ubuntu::media::Track::MetaData > > & | track_meta_data () const |
const core::Signal< void > & | about_to_finish_signal () const |
const core::Signal< uint64_t > & | seeked_to_signal () const |
const core::Signal< void > & | client_disconnected_signal () const |
const core::Signal< void > & | end_of_stream_signal () const |
const core::Signal < core::ubuntu::media::Player::PlaybackStatus > & | playback_status_changed_signal () const |
Additional Inherited Members | |
![]() | |
enum | State { State::ready, State::busy, State::playing, State::paused, State::stopped } |
gstreamer::Engine::Engine | ( | ) |
Definition at line 175 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 181 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 318 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 302 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 307 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 328 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 202 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 286 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 333 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 269 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 258 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 186 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 239 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 207 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 338 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 280 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 253 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 323 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 191 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 221 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 313 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 292 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 297 of file engine.cpp.