isAudio method

bool isAudio()

Implementation

bool isAudio(){return(super.fileSize> 0&& super.fileType== MESIBO_FILETYPE_AUDIO);}