|
a/libupnpp/control/avtransport.hxx |
|
b/libupnpp/control/avtransport.hxx |
|
... |
|
... |
119 |
SEEK_REL_TIME, SEEK_ABS_COUNT,
|
119 |
SEEK_REL_TIME, SEEK_ABS_COUNT,
|
120 |
SEEK_REL_COUNT, SEEK_CHANNEL_FREQ,
|
120 |
SEEK_REL_COUNT, SEEK_CHANNEL_FREQ,
|
121 |
SEEK_TAPE_INDEX, SEEK_FRAME};
|
121 |
SEEK_TAPE_INDEX, SEEK_FRAME};
|
122 |
// Target in seconds for times.
|
122 |
// Target in seconds for times.
|
123 |
int seek(SeekMode mode, int target, int instanceID=0);
|
123 |
int seek(SeekMode mode, int target, int instanceID=0);
|
|
|
124 |
|
|
|
125 |
// These are for multitrack medium like a CD. No meaning for electronic
|
|
|
126 |
// tracks where set(next)AVTransportURI() is used
|
124 |
int next(int instanceID=0);
|
127 |
int next(int instanceID=0);
|
125 |
int previous(int instanceID=0);
|
128 |
int previous(int instanceID=0);
|
126 |
|
129 |
|
127 |
int getCurrentTransportActions(std::string& actions, int instanceID=0);
|
130 |
int getCurrentTransportActions(std::string& actions, int instanceID=0);
|
128 |
|
131 |
|