asrp_play_url()

Play the audio item at the specified URL.

Synopsis:

#include <asr/asrp.h>
 
asrp_processing_flags_t asrp_play_url(const char *url)

Arguments:

url

The URL of the resource to play.

Library:

libasr

Description:

The asrp_play_url() function plays the audio resource specified by the URL.

Returns:

Flags to indicate which, if any, prompts were rendered.