mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Centralizing and unifying the generator of object identifiers.
This commit is contained in:
@@ -79,6 +79,10 @@ public:
|
||||
* Destructor.
|
||||
*/
|
||||
~MediaPlayer();
|
||||
/**
|
||||
* Get unique id
|
||||
*/
|
||||
inline int id() const { return id_; }
|
||||
/**
|
||||
* Open a media using gstreamer URI
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user