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

Method isVideoFile

Telegram/SourceFiles/data/data_document.cpp:1864–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862}
1863
1864bool DocumentData::isVideoFile() const {
1865 return (type == VideoDocument);
1866}
1867
1868bool DocumentData::isSilentVideo() const {
1869 return _flags & Flag::SilentVideo;

Callers 15

canShareAtTimeMethod · 0.45
sharedMediaTypeMethod · 0.45
displayDocumentMethod · 0.45
updateOverMethod · 0.45
SaveLastPlaybackPositionFunction · 0.45
pushBlockMethod · 0.45
setupContentMethod · 0.45
ComputeAlbumTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected