OPAL  Version 3.10.10
vidcodec.h File Reference
#include <opal/buildopts.h>
#include <opal/transcoders.h>
#include <h323/h323caps.h>
#include <codec/opalplugin.h>

Go to the source code of this file.

Data Structures

class  OpalVideoTranscoder
 
class  OpalVideoUpdatePicture
 
class  OpalVideoPictureLoss
 
class  OpalTemporalSpatialTradeOff
 

Macros

#define OPAL_RGB24   "RGB24"
 
#define OPAL_RGB32   "RGB32"
 
#define OPAL_YUV420P   "YUV420P"
 
#define OpalRGB24   GetOpalRGB24()
 
#define OpalRGB32   GetOpalRGB32()
 
#define OpalYUV420P   GetOpalYUV420P()
 

Functions

const OpalVideoFormatGetOpalRGB24 ()
 
const OpalVideoFormatGetOpalRGB32 ()
 
const OpalVideoFormatGetOpalYUV420P ()
 
 OPAL_DEFINE_MEDIA_COMMAND (OpalVideoFreezePicture, "Freeze Picture")
 

Macro Definition Documentation

◆ OPAL_RGB24

#define OPAL_RGB24   "RGB24"

◆ OPAL_RGB32

#define OPAL_RGB32   "RGB32"

◆ OPAL_YUV420P

#define OPAL_YUV420P   "YUV420P"

◆ OpalRGB24

#define OpalRGB24   GetOpalRGB24()

◆ OpalRGB32

#define OpalRGB32   GetOpalRGB32()

◆ OpalYUV420P

#define OpalYUV420P   GetOpalYUV420P()

Function Documentation

◆ GetOpalRGB24()

const OpalVideoFormat& GetOpalRGB24 ( )

◆ GetOpalRGB32()

const OpalVideoFormat& GetOpalRGB32 ( )

◆ GetOpalYUV420P()

const OpalVideoFormat& GetOpalYUV420P ( )

◆ OPAL_DEFINE_MEDIA_COMMAND()

OPAL_DEFINE_MEDIA_COMMAND ( OpalVideoFreezePicture  ,
"Freeze Picture"   
)