|
live
|
#include <MPEGVideoStreamFramer.hh>
Public Member Functions | |
| TimeCode () | |
| virtual | ~TimeCode () |
| int | operator== (TimeCode const &arg2) const |
Data Fields | |
| unsigned | days |
| unsigned | hours |
| unsigned | minutes |
| unsigned | seconds |
| unsigned | pictures |
Definition at line 29 of file MPEGVideoStreamFramer.hh.
| TimeCode::TimeCode | ( | ) |
|
virtual |
| int TimeCode::operator== | ( | TimeCode const & | arg2 | ) | const |
| unsigned TimeCode::days |
Definition at line 35 of file MPEGVideoStreamFramer.hh.
| unsigned TimeCode::hours |
Definition at line 35 of file MPEGVideoStreamFramer.hh.
| unsigned TimeCode::minutes |
Definition at line 35 of file MPEGVideoStreamFramer.hh.
| unsigned TimeCode::pictures |
Definition at line 35 of file MPEGVideoStreamFramer.hh.
| unsigned TimeCode::seconds |
Definition at line 35 of file MPEGVideoStreamFramer.hh.