ADTF
|
Interface client for adtf::services::ant::IPlayer. More...
Public Member Functions | |
Q_INVOKABLE void | open (const QString &strFileNames, bool bLoadReferencedFiles) |
Opens one or more adtfdat files. More... | |
Q_INVOKABLE void | close () |
Closes the current loaded files. More... | |
Q_INVOKABLE void | play () |
Control interface to start streaming. More... | |
Q_INVOKABLE void | pause () |
Control interface to pause streaming. More... | |
Q_INVOKABLE void | reset () |
Control interface to Reset the streaming. More... | |
Q_INVOKABLE QVariantList | getTimeRange () |
Q_INVOKABLE qint64 | getCurrentTime () |
Information interface to get the current time position of the current opened files. More... | |
Q_INVOKABLE void | seekToTime (qint64 tmTime) |
Control interface to seek to the given (Chunk) Time. More... | |
Interface client for adtf::services::ant::IPlayer.
Definition at line 113 of file interface_clients.h.
|
inline |
Closes the current loaded files.
The playback of a recently opened adtfdat file will be stopped and closed. Also if error occures the new state is closed.
ERR_NOERROR | Files successfully closed - State is now tState::Closed. |
Definition at line 137 of file interface_clients.h.
|
inline |
Information interface to get the current time position of the current opened files.
<0 | No files are opend |
Definition at line 185 of file interface_clients.h.
|
inline |
Definition at line 169 of file interface_clients.h.
References THROW_IF_FAILED.
|
inline |
Opens one or more adtfdat files.
strFileNames | [in] List of Files to open at once. (comma separated list) |
bLoadReferencedFiles | [in] open files which are added to the file extension "referenced_files". |
ERR_NOERROR | Files successfully opend - State is now tState::Opened. |
Definition at line 129 of file interface_clients.h.
|
inline |
Control interface to pause streaming.
Definition at line 153 of file interface_clients.h.
|
inline |
Control interface to start streaming.
Definition at line 145 of file interface_clients.h.
|
inline |
Control interface to Reset the streaming.
Definition at line 161 of file interface_clients.h.
|
inline |
Control interface to seek to the given (Chunk) Time.
Definition at line 193 of file interface_clients.h.