| 381 | } |
| 382 | |
| 383 | bool DocumentMedia::canBePlayed() const { |
| 384 | return !_owner->inappPlaybackFailed() |
| 385 | && _owner->useStreamingLoader() |
| 386 | && (loaded() || _owner->canBeStreamed()); |
| 387 | } |
| 388 | |
| 389 | bool DocumentMedia::thumbnailEnoughForSticker() const { |
| 390 | const auto &location = owner()->thumbnailLocation(); |
no test coverage detected