EMIPLIB
|
Base class for encoded and raw video messages. More...
#include <mipvideomessage.h>
Public Member Functions | |
int | getWidth () const |
Returns the width of the video frame. | |
int | getHeight () const |
Returns the height of the video frame. | |
void | copyVideoInfoFrom (const MIPVideoMessage &msg) |
Copies the information stored in msg , including the MIPMediaMessage info. | |
Protected Member Functions | |
MIPVideoMessage (bool isRaw, uint32_t msgSubtype, int width, int height) | |
Constructor of the class. |
This class is the base class of both raw video messages and encoded video messages.
MIPVideoMessage::MIPVideoMessage | ( | bool | isRaw, |
uint32_t | msgSubtype, | ||
int | width, | ||
int | height | ||
) | [inline, protected] |
Constructor of the class, meant to be used by subclasses.
isRaw | Flag indicating is the message is intended for raw video frames or encoded video. |
msgSubtype | Subtype of the message. |
width | Width of the video frame. |
height | Height of the video frame. |
void MIPVideoMessage::copyVideoInfoFrom | ( | const MIPVideoMessage & | msg | ) | [inline] |
int MIPVideoMessage::getHeight | ( | ) | const [inline] |
int MIPVideoMessage::getWidth | ( | ) | const [inline] |