LibreOffice Module comphelper (master) 1
Namespaces | Functions | Variables
mediamimetype.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include <rtl/ustring.hxx>
#include <comphelper/comphelperdllapi.h>
Include dependency graph for mediamimetype.hxx:
This graph shows which files directly or indirectly include this file:

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"
 

Variable Documentation

◆ AVMEDIA_MIMETYPE_COMMON

constexpr OUStringLiteral AVMEDIA_MIMETYPE_COMMON = u"application/vnd.sun.star.media"
inlineconstexpr

Definition at line 20 of file mediamimetype.hxx.

Referenced by comphelper::IsMediaMimeType().