Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members
TrackList Class Reference
This class is used by SemiProxySession in order to distinct different tracks of a session. More...
#include <TrackList.hpp>
Public Member Functions | |
| TrackList () | |
| default constructor | |
| ~TrackList () | |
| default destructor | |
| vector< Track * >::const_iterator | begin () |
| vector< Track * >::const_iterator | end () |
| void | addTrack (uint number) |
| add a track with a specified number to the list | |
| void | setIdOfLastTrack (uint sessionID) |
| set sessionid of last track | |
| Track * | getTrackByNumber (uint trackID) |
| get track with specified number | |
| Track * | getTrackById (uint sessionID) |
| get track with specified sessionID | |
| uint | getTCHavingState (TrackState state) |
| uint | getTC () |
Detailed Description
This class is used by SemiProxySession in order to distinct different tracks of a session.
- Author:
- Klaus Schoeffmann
Definition at line 66 of file TrackList.hpp.
Member Function Documentation
|
|
Referenced by SemiProxySession::containsSessionID().
|
|
|
Referenced by SemiProxySession::containsSessionID().
|
|
|
|
|
|
Referenced by SemiProxySession::handlePlayResponse(), SemiProxySession::pause(), and SemiProxySession::play().
|
The documentation for this class was generated from the following files: