Class: Evostream::Commands::CreateDASH
- Defined in:
- lib/evostream/event/commands/create/dash.rb
Overview
Create flux DASH
Constant Summary collapse
- MANDATORY =
%w[localStreamNames targetFolder].freeze
Instance Method Summary collapse
- #cmd ⇒ Object
-
#initialize(commands = { local_stream_names: 'null', target_folder: 'null' }) ⇒ CreateDASH
constructor
Call default command for create DASH Stream.
Methods inherited from Command
Constructor Details
#initialize(commands = { local_stream_names: 'null', target_folder: 'null' }) ⇒ CreateDASH
Call default command for create DASH Stream
10 11 12 13 14 |
# File 'lib/evostream/event/commands/create/dash.rb', line 10 def initialize(commands = { local_stream_names: 'null', target_folder: 'null' }) super(commands) end |
Instance Method Details
#cmd ⇒ Object
16 17 18 19 |
# File 'lib/evostream/event/commands/create/dash.rb', line 16 def cmd super "createDASHStream?params=#{encode64}" end |