2018-11-07 14:07:20 +00:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
|
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
|
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2020-10-13 16:43:18 +00:00
|
|
|
namespace Core {
|
|
|
|
class FileLocation;
|
|
|
|
} // namespace Core
|
|
|
|
|
2018-11-07 14:07:20 +00:00
|
|
|
namespace Media {
|
|
|
|
namespace Clip {
|
|
|
|
|
|
|
|
bool CheckStreamingSupport(
|
2020-10-13 16:43:18 +00:00
|
|
|
const Core::FileLocation &location,
|
2018-11-07 14:07:20 +00:00
|
|
|
QByteArray data);
|
|
|
|
|
|
|
|
} // namespace Clip
|
|
|
|
} // namespace Media
|