isVideo method

bool isVideo()

Implementation

bool isVideo(){return(super.fileSize> 0&& super.fileType== MESIBO_FILETYPE_VIDEO);}