Created by the British Broadcasting Corporation.
Class to carry out instrumentation on sequence.
#include <process_sequence.h>
Public Member Functions | |
ProcessSequence (OverlayParams &, FileStreamInput &, FileStreamOutput &, std::ifstream &, bool, int, SourceParams &) | |
Constructor. More... | |
~ProcessSequence () | |
Destructor. More... | |
void | DoSequence (int, int) |
DoSequence. More... | |
Private Member Functions | |
bool | DoPicture () |
DoPicture. More... | |
void | AddPictureEntry () |
AddPictureEntry. More... | |
Private Attributes | |
OverlayParams & | m_oparams |
Command-line overlay options. More... | |
FileStreamInput & | m_inputpic |
Input picture. More... | |
FileStreamOutput & | m_outputpic |
Output picture. More... | |
bool | m_verbose |
True for user output during process. More... | |
std::ifstream & | m_data_in |
Overlay data input stream. More... | |
OneDArray< me_data_entry > | m_data_array |
Data array. More... | |
int | m_data_fnum |
Picture numbers of process and overlay data. More... | |
int | m_process_fnum |
bool | used_picture_data |
Read input picture data signal. More... | |
SourceParams & | m_srcparams |
Output source parameters. More... | |
ProcessSequence::ProcessSequence | ( | OverlayParams & | , |
FileStreamInput & | , | ||
FileStreamOutput & | , | ||
std::ifstream & | , | ||
bool | , | ||
int | , | ||
SourceParams & | |||
) |
|
inline |
|
private |
|
private |
void ProcessSequence::DoSequence | ( | int | , |
int | |||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.