EMIPLIB
Public Member Functions

MIPRawYUV420PVideoMessage Class Reference

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

#include <miprawvideomessage.h>

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

List of all members.

Public Member Functions

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

Detailed Description


Constructor & Destructor Documentation

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

Creates a raw video message with a YUV420P 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* MIPRawYUV420PVideoMessage::createCopy ( ) const [inline, virtual]
const uint8_t* MIPRawYUV420PVideoMessage::getImageData ( ) const [inline]

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