20 #include <com/avpkit/core/IVideoResampler.h>
21 #include <com/avpkit/core/Global.h>
22 #include <com/avpkit/core/VideoResampler.h>
24 namespace com {
namespace avpkit {
namespace core
27 IVideoResampler :: IVideoResampler()
31 IVideoResampler :: ~IVideoResampler()
37 int32_t outputWidth, int32_t outputHeight,
39 int32_t inputWidth, int32_t inputHeight,
43 return VideoResampler::make(outputWidth, outputHeight, outputFmt,
44 inputWidth, inputHeight, inputFmt);
static void init()
Internal Only.
static bool isSupported(Feature feature)
Returns true if the asked for feature is supported.
Feature
Features that the VideoResampler may optionally support.
static IVideoResampler * make(int32_t outputWidth, int32_t outputHeight, IPixelFormat::Type outputFmt, int32_t inputWidth, int32_t inputHeight, IPixelFormat::Type inputFmt)
Get a new video resampler.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...