OPAL
Version 3.18.8
|
#include <vidcodec.h>
Public Member Functions | |
OpalVideoUpdatePicture (unsigned sessionID=0, unsigned ssrc=0) | |
virtual PString | GetName () const |
![]() | |
OpalMediaCommand (const OpalMediaType &mediaType, unsigned sessionID=0, unsigned ssrc=0) | |
virtual void | PrintOn (ostream &strm) const |
virtual Comparison | Compare (const PObject &obj) const |
virtual PObject * | Clone () const =0 |
virtual void * | GetPlugInData () const |
virtual unsigned * | GetPlugInSize () const |
const OpalMediaType & | GetMediaType () const |
unsigned | GetSessionID () const |
unsigned | GetSyncSource () const |
Additional Inherited Members | |
![]() | |
OpalMediaType | m_mediaType |
unsigned | m_sessionID |
unsigned | m_ssrc |
This indicates that a force video picture update is required, that is an Intra or Key frame MUST be sent. This may be called when the system logic requires a scene chage, e.g. when recording a video an Intra frame is required before it can start, the sender must send one.
OpalVideoUpdatePicture::OpalVideoUpdatePicture | ( | unsigned | sessionID = 0 , |
unsigned | ssrc = 0 |
||
) |
sessionID | Session for media stream, 0 is use first mediaType stream |
ssrc | Sync Source for media stream (if RTP) |
|
virtual |