|
a/src/mediaserver/cdplugins/cdplugin.hxx |
|
b/src/mediaserver/cdplugins/cdplugin.hxx |
|
... |
|
... |
95 |
/// Browse object at objid, which should be a container, and
|
95 |
/// Browse object at objid, which should be a container, and
|
96 |
/// return its content.
|
96 |
/// return its content.
|
97 |
///
|
97 |
///
|
98 |
/// This reflects an UPnP Browse action. Refer to UPnP documentation.
|
98 |
/// This reflects an UPnP Browse action. Refer to UPnP documentation.
|
99 |
///
|
99 |
///
|
100 |
/// @param objid the object to browse.
|
100 |
/// @param objid the object to browse. The top directory for a plugin will
|
|
|
101 |
// be '0$plugin_name$', e.g. '0$qobuz$'
|
101 |
/// @param stidx first entry to return.
|
102 |
/// @param stidx first entry to return.
|
102 |
/// @param cnt number of entries.
|
103 |
/// @param cnt number of entries.
|
103 |
/// @param[output] entries output content.
|
104 |
/// @param[output] entries output content.
|
104 |
/// @param sortcrits csv list of sort criteria.
|
105 |
/// @param sortcrits csv list of sort criteria.
|
105 |
/// @param flg browse flag
|
106 |
/// @param flg browse flag
|