SilentEye 0.4.1
Public Member Functions | Protected Attributes

SilentEyeFramework::Video Class Reference

Generic representation of video which can load and hide specific data according to it's format. More...

#include <video.h>

Inheritance diagram for SilentEyeFramework::Video:
SilentEyeFramework::Media

List of all members.

Public Member Functions

 Video ()
 ~Video ()
 Video (const QString &filepath)
 Video (const Video &)
 Video (Video *)

Protected Attributes

int m_length
 track length

Detailed Description

Generic representation of video which can load and hide specific data according to it's format.

Definition at line 26 of file video.h.


Constructor & Destructor Documentation

SilentEyeFramework::Video::Video ( )
SilentEyeFramework::Video::~Video ( )

Definition at line 49 of file video.cpp.

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().


Member Data Documentation

track length

Definition at line 30 of file video.h.


The documentation for this class was generated from the following files: