1#ifndef _KVI_MEDIAMANAGER_H_
2#define _KVI_MEDIAMANAGER_H_
44 KviMediaType * findMediaTypeForRegularFile(
const char * pcFullPath,
const char * pcFileName,
bool bCheckMagic);
48 KviMediaType * findMediaTypeByFileMask(
const char * pcFilemask);
49 KviMediaType * findMediaTypeByIanaType(
const char * pcIanaType);
53 KviMediaType * findMediaType(
const char * pcFilename,
bool bCheckMagic =
true);
56 void load(
const QString & szFilename);
57 void save(
const QString & szFilename);
C++ Template based double linked pointer list class.
Definition KviThread.h:147
A template double linked list of pointers.
Definition KviPointerList.h:371
void clear()
Removes all the items from the list.
Definition KviPointerList.h:1105
bool removeRef(const T *d)
Removes the item pointed by d (if found in the list)
Definition KviPointerList.h:1134
This file contains compile time settings.
#define KVILIB_API
Definition kvi_settings.h:124