#include <vidcodec.h>
Inheritance diagram for OpalVideoUpdatePicture:
Public Member Functions | |
OpalVideoUpdatePicture (int firstGOB=-1, int firstMB=-1, int numBlocks=0) | |
virtual PString | GetName () const |
int | GetFirstGOB () const |
int | GetFirstMB () const |
int | GetNumBlocks () const |
Protected Attributes | |
int | m_firstGOB |
int | m_firstMB |
int | m_numBlocks |
OpalVideoUpdatePicture::OpalVideoUpdatePicture | ( | int | firstGOB = -1 , |
|
int | firstMB = -1 , |
|||
int | numBlocks = 0 | |||
) | [inline] |
virtual PString OpalVideoUpdatePicture::GetName | ( | ) | const [virtual] |
Get the name of the command.
Implements OpalMediaCommand.
int OpalVideoUpdatePicture::GetFirstGOB | ( | ) | const [inline] |
int OpalVideoUpdatePicture::GetFirstMB | ( | ) | const [inline] |
int OpalVideoUpdatePicture::GetNumBlocks | ( | ) | const [inline] |
int OpalVideoUpdatePicture::m_firstGOB [protected] |
int OpalVideoUpdatePicture::m_firstMB [protected] |
int OpalVideoUpdatePicture::m_numBlocks [protected] |