MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / canBeStreamed

Method canBeStreamed

Telegram/SourceFiles/data/data_document.cpp:1635–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1633}
1634
1635bool DocumentData::canBeStreamed() const {
1636 return hasRemoteLocation() && supportsStreaming();
1637}
1638
1639void DocumentData::setInappPlaybackFailed() {
1640 _flags |= Flag::StreamingPlaybackFailed;

Callers 6

IsItemGoodForTypeFunction · 0.80
canBePlayedMethod · 0.80
CanMethod · 0.80
downloadInCornerMethod · 0.80
downloadInCornerMethod · 0.80
downloadInCornerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected