Part of elisa.core.tests.test_player_engine View In Hierarchy
Inherited from PlayerEngine (via FooEngine):
Line # | Kind | Name | Docs |
---|---|---|---|
105 | Method | play | Play the media. If trigger_message is set to True, this triggers first |
138 | Method | pause | Pause the playback. If trigger_message is set to True, this triggers |
155 | Method | stop | Stop the playback. |
182 | Method | uri__set | Undocumented |
187 | Method | position__get | Undocumented |
197 | Method | position__set | Undocumented |
205 | Method | duration__get | Undocumented |
214 | Method | speed__get | Undocumented |
217 | Method | speed_set | Undocumented |
239 | Method | visualisation__get | Undocumented |
242 | Method | visualisation__set | Undocumented |
247 | Method | _send_msg | Makes it easier to send a message for the developers... |
262 | Method | _seek_to_location | seek to the given location with self.speed |
Inherited from Component (via FooEngine, PlayerEngine):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
142 | Method | clean | Clean the component. |