Init

Init — Start-stop functions

Functions

void flu_initialize ()
void flu_shutdown ()

Includes

#include <fluendo-sdk/fluendo-sdk.h>

Description

Functions

flu_initialize ()

void
flu_initialize (void);

Initializes the library.

This function must be called before any other function of the library (except flu_check_license, if desired).


flu_shutdown ()

void
flu_shutdown (void);

Cleans up every resource created by the library.

Types and Values