#include <mxmFrameInfo.h>
Inheritance diagram for mxmFrameInfo:
Public Member Functions | |
mxmFrameInfo (mxm::frame_time time_stamp=0, mxm::u64 seq_no=0, mxm::u64 seq_no_max=1000) | |
void | setTimeStamp (mxm::frame_time time_stamp) |
mxm::frame_time | timeStamp () const |
mxm::u64 | seqNo () const |
mxm::u64 | seqNoMax () const |
int | width () const |
int | height () const |
void | setDimensions (int width, int height) |
Private Attributes | |
mxm::frame_time | TimeStamp |
mxm::u64 | SeqNo |
mxm::u64 | SeqNoMax |
mxm::EVideoFormat | Format |
int | Width |
int | Height |
void * | StableABIDataExtension |
Frame dimensions default to VGA
.
[khe]
Kai Hergenroether