#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 < 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 > & | 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 247 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 253 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 376 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 274 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 354 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 386 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 337 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 326 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 258 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 307 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 279 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 391 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 348 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 321 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 381 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 263 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 294 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 371 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 360 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 365 of file engine.cpp.