|
LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>#include <string_view>#include <rtl/ustring.hxx>#include <comphelper/comphelperdllapi.h>Go to the source code of this file.
Namespaces | |
| namespace | comphelper |
Functions | |
| auto | comphelper::IsMediaMimeType (::std::string_view const rMimeType) -> bool |
| auto | comphelper::IsMediaMimeType (OUString const &rMimeType) -> bool |
| auto | comphelper::GuessMediaMimeType (::std::u16string_view rFileName) -> OUString |
Variables | |
| constexpr OUStringLiteral | AVMEDIA_MIMETYPE_COMMON = u"application/vnd.sun.star.media" |
|
inlineconstexpr |
Definition at line 20 of file mediamimetype.hxx.
Referenced by comphelper::IsMediaMimeType().