Skip to main content

Runtime

Functions Index

static QarResultqar_runtime_create (const QarRuntimeInit *init, QarRuntime **out_runtime)

Create a runtime instance that can host sessions and streams. More...

static voidqar_runtime_destroy (QarRuntime *runtime)
static voidqar_runtime_handle_destroy (QarRuntime *handle)

Destroy a runtime opaque handle without shutting down the runtime. More...

Functions

qar_runtime_create()

QarResult qar_runtime_create (const QarRuntimeInit * init, QarRuntime ** out_runtime)
inline static

Create a runtime instance that can host sessions and streams.

Parameters
init

Runtime initialization parameters.

out_runtime

Out pointer receiving the created runtime handle.

Returns

QarResult Success or error code.

Definition at line 1358 of file qar_streaming.h.

qar_runtime_destroy()

void qar_runtime_destroy (QarRuntime * runtime)
inline static

Definition at line 1360 of file qar_streaming.h.

qar_runtime_handle_destroy()

void qar_runtime_handle_destroy (QarRuntime * handle)
inline static

Destroy a runtime opaque handle without shutting down the runtime.

Definition at line 1348 of file qar_streaming.h.


Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.9.8.