New SDE Action to print the NvDsAudioFrameMeta details on Sound Detection Event.
/**
* @brief Creates a uniquely named Print SDE Action
* @param[in] name unique name for the Print SDE Action
* @param[in] force_flush if true, the action will schedule a flush to be performed
* by the idle thread.
* @note: although the flush event occurs in a background thread, flushing is still
* a CPU intensive operation and should be used sparingly, when tailing the console
* output for runtime debugging as an example. Set to 0 to disable forced flushing
* and to allow the operating system to handle the process more efficiently.
* @return DSL_RESULT_SUCCESS on successful set, DSL_RESULT_SDE_ACTION otherwise.
*/
DslReturnType dsl_sde_action_print_new(const wchar_t* name, boolean force_flush);