#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 273 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 279 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 412 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 396 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 401 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 422 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 300 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 380 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 427 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 363 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 352 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 284 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 333 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 305 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 432 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 374 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 347 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 417 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 289 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 319 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 407 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 391 of file engine.cpp.