#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 |
const core::Signal< core::ubuntu::media::Player::Error > & | error_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 314 of file engine.cpp.
gstreamer::Engine::~Engine | ( | ) |
Definition at line 320 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 478 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 447 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 457 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 488 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 431 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 493 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 508 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 414 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 452 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 467 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 462 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 384 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 498 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 425 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 513 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 398 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 483 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 366 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 473 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 503 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 437 of file engine.cpp.
|
virtual |
Implements core::ubuntu::media::Engine.
Definition at line 442 of file engine.cpp.