74 Sws& operator=(
Sws&& other) noexcept = default;
80 explicit operator
bool() const noexcept;
85 static
int Bilinear() noexcept;
90 static
int Bicubic() noexcept;
95 static
int FastBilinear() noexcept;
100 static
int Point() noexcept;
105 static
int Lanczos() noexcept;
118 static
Sws Open(
int src_w,
int src_h,
int src_fmt,
119 int dst_w,
int dst_h,
int dst_fmt,
int flags = 0) noexcept;
132 bool Ensure(
int src_w,
int src_h,
int src_fmt,
133 int dst_w,
int dst_h,
int dst_fmt,
int flags = 0) noexcept;
148 explicit
Sws(::SwsContext* ctx) noexcept;
158 void Free() noexcept override;
Incomplete FFmpeg types for RAII headers.
#define STORMBYTE_MULTIMEDIA_PUBLIC
Imported symbol.
Definition visibility.h:47