diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-02 22:50:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 22:50:19 -0500 |
| commit | 97f3d7a8bc43ee78691153bb60993ba734dbefde (patch) | |
| tree | 6b4ef64dfc9ab7946d40a92c45db8becea8ab1da /include/aoapplication.h | |
| parent | e3730b5497052392e685539c5f6dbb03482c1ed3 (diff) | |
| parent | c6207a5478099176e1a5091d2adb31c52bdc2501 (diff) | |
Merge pull request #549 from Salanto/asset-packet-musiclist
Music list streaming support over ASSet packet
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 7f7f3e12..835c7fd9 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -501,6 +501,16 @@ public: // The file name of the log file in base/logs. QString log_filename; + /** + * @brief A QString of an URL that defines the content repository + * send by the server. + * + * @details Introduced in Version 2.9.2. + * Addresses the issue of contenturl devlivery for WebAO + * without relying on someone adding the link manually. + */ + QString asset_url; + void initBASS(); static void load_bass_opus_plugin(); static void CALLBACK BASSreset(HSTREAM handle, DWORD channel, DWORD data, |
