3#include "../_cexports/c_webstreaming.h"
4#include "webstreaming.hpp"
6#include "../global.hpp"
14inline HandleGuard<WebStreaming::Converter>::HandleGuard(
void* handle) noexcept
15 : HandleGuard<WebStreaming::Converter>(handle, [](
void* handle) { CVB_CALL_CAPI(ReleaseObject(handle)); })
32 using GuardType = HandleGuard<Converter>;
47 return handle_.Handle();
52 explicit Converter(HandleGuard<Converter>&& guard) noexcept
53 : handle_(std::move(guard))
59 HandleGuard<Converter> handle_;
A converter object.
Definition: converter.hpp:29
void * Handle() const noexcept
Returns C-API style handle to Converter Object.
Definition: converter.hpp:45
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24