public class VideoExecuterNotSupported extends Object implements VideoExecuter
Constructor and Description |
---|
VideoExecuterNotSupported() |
Modifier and Type | Method and Description |
---|---|
VideoInfo[] |
convert(ConfigWeb config,
VideoInput[] inputs,
VideoOutput output,
VideoProfile quality) |
VideoInfo |
info(ConfigWeb config,
VideoInput input) |
void |
install(ConfigWeb config,
Struct data) |
void |
test(ConfigWeb config) |
void |
uninstall(Config config) |
public VideoExecuterNotSupported()
public VideoInfo[] convert(ConfigWeb config, VideoInput[] inputs, VideoOutput output, VideoProfile quality) throws IOException
convert
in interface VideoExecuter
IOException
lucee.runtime.video.VideoExecuter#convertRaw(lucee.runtime.config.ConfigWeb, lucee.runtime.video.VideoInput[], lucee.runtime.video.VideoOutput, lucee.runtime.video.VideoProfile)
public VideoInfo info(ConfigWeb config, VideoInput input) throws IOException
info
in interface VideoExecuter
IOException
lucee.runtime.video.VideoExecuter#infoRaw(lucee.runtime.config.ConfigWeb, lucee.runtime.video.VideoInput)
public void test(ConfigWeb config) throws IOException
test
in interface VideoExecuter
IOException
VideoExecuter.test(lucee.runtime.config.ConfigWeb)
public void uninstall(Config config) throws IOException
uninstall
in interface VideoExecuter
IOException
VideoExecuter.uninstall(lucee.runtime.config.Config)
public void install(ConfigWeb config, Struct data) throws IOException
install
in interface VideoExecuter
IOException
VideoExecuter.install(lucee.runtime.config.ConfigWeb, lucee.runtime.type.Struct)
Copyright © 2015 Lucee