refactor(playout): rename web_stream functions
This commit is contained in:
parent
196fc1ddf8
commit
d497c665cc
3 changed files with 26 additions and 30 deletions
|
@ -207,15 +207,6 @@ def clear_queue(s)
|
|||
source.skip(s)
|
||||
end
|
||||
|
||||
def set_web_stream_id(id) =
|
||||
web_stream_id := id
|
||||
string_of(!web_stream_id)
|
||||
end
|
||||
|
||||
def get_web_stream_id() =
|
||||
string_of(!web_stream_id)
|
||||
end
|
||||
|
||||
# NOTE
|
||||
# A few values are hardcoded and may be dependent:
|
||||
# - the delay in gracetime is linked with the buffer duration of input.http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue