EMIPLIB
Public Member Functions

MIPRawYUYVVideoMessage Class Reference

Container for an YUYV encoded raw video frame. More...

#include <miprawvideomessage.h>

Inheritance diagram for MIPRawYUYVVideoMessage:
Inheritance graph
[legend]
Collaboration diagram for MIPRawYUYVVideoMessage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MIPRawYUYVVideoMessage (int width, int height, uint8_t *pData, bool deleteData)
 Creates a raw video message with a YUYV representation.
const uint8_t * getImageData () const
 Returns the image data.
MIPMediaMessagecreateCopy () const
 Returns a copy of the message.

Detailed Description


Constructor & Destructor Documentation

MIPRawYUYVVideoMessage::MIPRawYUYVVideoMessage ( int  width,
int  height,
uint8_t *  pData,
bool  deleteData 
) [inline]

Creates a raw video message with a YUYV representation.

Parameters:
widthWidth of the video frame.
heightHeight of the video frame.
pDataThe data of the video frame.
deleteDataFlag indicating if the data contained in pData should be deleted when this message is destroyed or when the data is replaced.

Member Function Documentation

MIPMediaMessage* MIPRawYUYVVideoMessage::createCopy ( ) const [inline, virtual]
const uint8_t* MIPRawYUYVVideoMessage::getImageData ( ) const [inline]

The documentation for this class was generated from the following file: