#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 do_pipeline_reset) |
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< core::ubuntu::media::video::Dimensions > & | video_dimension_changed_signal () const |
const core::Signal< core::ubuntu::media::Player::Error > & | error_signal () const |
void | reset () |
Additional Inherited Members | |
![]() | |
enum | State { State::no_media, State::ready, State::busy, State::playing, State::paused, State::stopped } |
gstreamer::Engine::Engine | ( | ) |
Definition at line 313 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 319 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 479 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 448 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 458 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 489 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 432 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 494 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 509 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 415 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 404 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 453 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 468 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 325 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 463 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 385 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 499 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 426 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 514 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 399 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 484 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 330 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 367 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 474 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 504 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 438 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 443 of file engine.cpp.