You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. */DslReturnTypedsl_sde_action_print_new(constwchar_t*name, booleanforce_flush);