SilentEye 0.4.1
|
Generic representation of video which can load and hide specific data according to it's format. More...
#include <video.h>
Public Member Functions | |
Video () | |
~Video () | |
Video (const QString &filepath) | |
Video (const Video &) | |
Video (Video *) | |
Protected Attributes | |
int | m_length |
track length |
Generic representation of video which can load and hide specific data according to it's format.
SilentEyeFramework::Video::Video | ( | ) |
SilentEyeFramework::Video::Video | ( | const QString & | filepath | ) |
Definition at line 28 of file video.cpp.
References SilentEyeFramework::m_type, and SEFormatBMP::setObjectName().
SilentEyeFramework::Video::Video | ( | const Video & | aud | ) |
Definition at line 35 of file video.cpp.
References SilentEyeFramework::m_type, and SEFormatBMP::setObjectName().
SilentEyeFramework::Video::Video | ( | Video * | aud | ) |
Definition at line 42 of file video.cpp.
References SilentEyeFramework::m_type, and SEFormatBMP::setObjectName().
int SilentEyeFramework::Video::m_length [protected] |