Searched refs:ftAudio (Results 1 – 6 of 6) sorted by relevance
/dports/net-p2p/amule/aMule-2.3.3/src/ |
H A D | OtherFunctions.h | 242 enum FileType { ftAny, ftVideo, ftAudio, ftArchive, ftCDImage, ftPicture, ftText, ftProgram };
|
H A D | OtherFunctions.cpp | 129 case ED2KFT_AUDIO: return ftAudio; 152 case ftAudio:
|
H A D | PartFile.cpp | 3797 return (type == ftVideo || type == ftAudio) && in PreviewAvailable() 3845 show = GetFiletype(GetFileName()) == ftAudio; in CheckShowItemInGivenCat()
|
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/ |
H A D | OtherFunctions.h | 242 enum FileType { ftAny, ftVideo, ftAudio, ftArchive, ftCDImage, ftPicture, ftText, ftProgram }; enumerator
|
H A D | OtherFunctions.cpp | 132 case ED2KFT_AUDIO: return ftAudio; in GetFiletype() 155 case ftAudio: in GetFiletypeDesc()
|
H A D | PartFile.cpp | 3784 return (type == ftVideo || type == ftAudio) && in PreviewAvailable() 3832 show = GetFiletype(GetFileName()) == ftAudio; in CheckShowItemInGivenCat()
|