public function TranscoderFactoryInterface::isOffSite in Video 7.2
Whether the transcoder works by sending jobs to an external system.
True for transcoders like Zencoder, false for transcoders like FFmpeg.
2 methods override TranscoderFactoryInterface::isOffSite()
- TranscoderAbstractionFactoryFfmpeg::isOffSite in transcoders/
TranscoderAbstractionFactoryFfmpeg.inc - Whether the transcoder works by sending jobs to an external system.
- TranscoderAbstractionFactoryZencoder::isOffSite in transcoders/
TranscoderAbstractionFactoryZencoder.inc - Whether the transcoder works by sending jobs to an external system.
File
- includes/
TranscoderFactory.inc, line 82 - Transcoder Abstract Factory classes
Class
- TranscoderFactoryInterface
- Interface for transcoder classes
Code
public function isOffSite();