#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 331 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 337 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 497 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 466 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 476 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 507 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 450 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 512 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 527 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 433 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 471 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 486 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 343 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 481 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 403 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 370 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 517 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 444 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 532 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 502 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 385 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 492 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 522 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 456 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 461 of file engine.cpp.