|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkFFmpegWriter.h>


Public Member Functions | |
| QmitkFFmpegWriter (QObject *parent=nullptr) | |
| ~QmitkFFmpegWriter () override | |
| QString | GetFFmpegPath () const |
| void | SetFFmpegPath (const QString &path) |
| QSize | GetSize () const |
| void | SetSize (const QSize &size) |
| void | SetSize (int width, int height) |
| int | GetFramerate () const |
| void | SetFramerate (int framerate) |
| QString | GetOutputPath () const |
| void | SetOutputPath (const QString &path) |
| void | Start () |
| bool | IsRunning () const |
| void | WriteFrame (const unsigned char *frame) |
| void | Stop () |
Definition at line 21 of file QmitkFFmpegWriter.h.
|
explicit |
Definition at line 18 of file QmitkFFmpegWriter.cpp.
|
override |
Definition at line 27 of file QmitkFFmpegWriter.cpp.
| QString QmitkFFmpegWriter::GetFFmpegPath | ( | ) | const |
Definition at line 31 of file QmitkFFmpegWriter.cpp.
| int QmitkFFmpegWriter::GetFramerate | ( | ) | const |
Definition at line 56 of file QmitkFFmpegWriter.cpp.
| QString QmitkFFmpegWriter::GetOutputPath | ( | ) | const |
Definition at line 66 of file QmitkFFmpegWriter.cpp.
| QSize QmitkFFmpegWriter::GetSize | ( | ) | const |
Definition at line 41 of file QmitkFFmpegWriter.cpp.
| bool QmitkFFmpegWriter::IsRunning | ( | ) | const |
Definition at line 114 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::SetFFmpegPath | ( | const QString & | path | ) |
Definition at line 36 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::SetFramerate | ( | int | framerate | ) |
Definition at line 61 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::SetOutputPath | ( | const QString & | path | ) |
Definition at line 71 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::SetSize | ( | const QSize & | size | ) |
Definition at line 46 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::SetSize | ( | int | width, |
| int | height | ||
| ) |
Definition at line 51 of file QmitkFFmpegWriter.cpp.
| void QmitkFFmpegWriter::Start | ( | ) |
Definition at line 76 of file QmitkFFmpegWriter.cpp.
References mitkThrow.
| void QmitkFFmpegWriter::Stop | ( | ) |
Definition at line 128 of file QmitkFFmpegWriter.cpp.
References MITK_ERROR, and mitkThrow.
| void QmitkFFmpegWriter::WriteFrame | ( | const unsigned char * | frame | ) |
Definition at line 119 of file QmitkFFmpegWriter.cpp.