#include <CL_ClipIO.h>
Definition at line 23 of file CL_ClipIO.h.
bool CL_ClipIO::canReadFileType |
( |
const char * |
file_name | ) |
|
Returns true if the file extension is supported. The input can be the full file path.
bool CL_ClipIO::canWriteFileType |
( |
const char * |
file_name | ) |
|
int CL_ClipIO::getNumReadableExtensions |
( |
| ) |
const |
|
inline |
int CL_ClipIO::getNumWritableExtensions |
( |
| ) |
const |
|
inline |
const char* CL_ClipIO::getReadableExtension |
( |
int |
index | ) |
const |
|
inline |
const char* CL_ClipIO::getWritableExtension |
( |
int |
index | ) |
const |
|
inline |
bool CL_ClipIO::readClip |
( |
const char * |
file_name, |
|
|
CL_Clip & |
clip |
|
) |
| |
void CL_ClipIO::registerClipReader |
( |
const char * |
extension, |
|
|
CL_ClipReader & |
clip_reader |
|
) |
| |
void CL_ClipIO::registerClipWriter |
( |
const char * |
extension, |
|
|
CL_ClipWriter & |
clip_writer |
|
) |
| |
bool CL_ClipIO::writeClip |
( |
const char * |
file_name, |
|
|
const CL_Clip & |
clip |
|
) |
| |
The documentation for this class was generated from the following file: