OPAL
Version 3.18.8
|
#include <opal_config.h>
#include <opal/transcoders.h>
#include <h323/h323caps.h>
#include <codec/opalplugin.h>
#include <codec/known.h>
Go to the source code of this file.
Data Structures | |
class | OpalIntraFrameControl |
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 OpalVideoFormat & | GetOpalRGB24 () |
const OpalVideoFormat & | GetOpalRGB32 () |
const OpalVideoFormat & | GetOpalBGR24 () |
const OpalVideoFormat & | GetOpalBGR32 () |
const OpalVideoFormat & | GetOpalYUV420P () |
OPAL_DEFINE_MEDIA_COMMAND (OpalVideoFreezePicture,"Freeze Picture", OpalMediaType::Video()) | |
#define OPAL_REGISTER_RAW_VIDEO | ( | ) |
#define OpalBGR24 GetOpalBGR24() |
#define OpalBGR32 GetOpalBGR32() |
#define OpalRGB24 GetOpalRGB24() |
#define OpalRGB32 GetOpalRGB32() |
#define OpalYUV420P GetOpalYUV420P() |
const OpalVideoFormat& GetOpalBGR24 | ( | ) |
const OpalVideoFormat& GetOpalBGR32 | ( | ) |
const OpalVideoFormat& GetOpalRGB24 | ( | ) |
const OpalVideoFormat& GetOpalRGB32 | ( | ) |
const OpalVideoFormat& GetOpalYUV420P | ( | ) |
OPAL_DEFINE_MEDIA_COMMAND | ( | OpalVideoFreezePicture | , |
"Freeze Picture" | , | ||
OpalMediaType:: | Video() | ||
) |