OPAL  Version 3.14.3
vidcodec.h File Reference
#include <opal_config.h>
#include <opal/transcoders.h>
#include <h323/h323caps.h>
#include <codec/opalplugin.h>
#include <codec/known.h>
Include dependency graph for vidcodec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  OpalVideoTranscoder
 
class  OpalVideoUpdatePicture
 
class  OpalVideoPictureLoss
 
class  OpalTemporalSpatialTradeOff
 

Macros

#define OpalRGB24   GetOpalRGB24()
 
#define OpalRGB32   GetOpalRGB32()
 
#define OpalBGR24   GetOpalBGR24()
 
#define OpalBGR32   GetOpalBGR32()
 
#define OpalYUV420P   GetOpalYUV420P()
 
#define OPAL_REGISTER_RAW_VIDEO()
 

Functions

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

Macro Definition Documentation

#define OPAL_REGISTER_RAW_VIDEO ( )
Value:
GetOpalRGB32(); \
GetOpalBGR24(); \
GetOpalBGR32(); \
GetOpalYUV420P()
#define OpalBGR24   GetOpalBGR24()
#define OpalBGR32   GetOpalBGR32()
#define OpalRGB24   GetOpalRGB24()
#define OpalRGB32   GetOpalRGB32()
#define OpalYUV420P   GetOpalYUV420P()

Function Documentation

const OpalVideoFormat& GetOpalBGR24 ( )
const OpalVideoFormat& GetOpalBGR32 ( )
const OpalVideoFormat& GetOpalRGB24 ( )
const OpalVideoFormat& GetOpalRGB32 ( )
const OpalVideoFormat& GetOpalYUV420P ( )
OPAL_DEFINE_MEDIA_COMMAND ( OpalVideoFreezePicture  ,
"Freeze Picture"   
)