2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Basic code for media streaming + testing on music.

This commit is contained in:
John Preston
2019-02-13 21:10:18 +03:00
parent dc95756ec9
commit 473e30e594
25 changed files with 1573 additions and 26 deletions

View File

@@ -20,6 +20,12 @@ struct Key;
} // namespace Cache
} // namespace Storage
namespace Media {
namespace Streaming {
class Loader;
} // namespace Streaming
} // namespace Media
namespace Data {
class Session;
} // namespace Data
@@ -217,6 +223,9 @@ public:
const QString &songPerformer);
[[nodiscard]] QString composeNameString() const;
[[nodiscard]] auto createStreamingLoader(Data::FileOrigin origin) const
-> std::unique_ptr<Media::Streaming::Loader>;
~DocumentData();
DocumentId id = 0;