add_path_to_stream(p_stream_id integer, p_path text)


Description

Associates a file path (e.g., media storage path) with a stream.

Parameters

Name Type Mode
p_stream_id integer IN
p_path text IN

Definition