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>;
43 return handle_.Handle();
48 Converter(HandleGuard<Converter>&& guard) noexcept
49 : handle_(std::move(guard))
55 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:41
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24