#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) |
bool | open_resource_for_uri (const core::ubuntu::media::Track::UriType &uri, const core::ubuntu::media::Player::HeadersType &headers) |
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 < core::ubuntu::media::Player::Orientation > & | orientation () const |
const core::Property < core::ubuntu::media::Player::Lifetime > & | lifetime () const |
core::Property < core::ubuntu::media::Player::Lifetime > & | lifetime () |
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 |
const core::Signal< uint32_t, uint32_t > & | video_dimension_changed_signal () const |
void | reset () |
Additional Inherited Members | |
![]() | |
enum | State { State::ready, State::busy, State::playing, State::paused, State::stopped } |
gstreamer::Engine::Engine | ( | ) |
Definition at line 222 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 228 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 355 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 365 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 255 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 339 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 322 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 311 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 375 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 233 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
|
virtual |
Implements core::ubuntu::media::Engine.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 370 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 260 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 406 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 416 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 306 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 238 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 381 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 411 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 345 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 350 of file engine.cpp.