You are here

public function TranscoderAbstractionFactory::getVersion in Video 7.2

Get the installed transcoder version.

2 methods override TranscoderAbstractionFactory::getVersion()
TranscoderAbstractionFactoryFfmpeg::getVersion in transcoders/TranscoderAbstractionFactoryFfmpeg.inc
Get the installed transcoder version.
TranscoderAbstractionFactoryZencoder::getVersion in transcoders/TranscoderAbstractionFactoryZencoder.inc
Get the installed transcoder version.

File

includes/TranscoderFactory.inc, line 138
Transcoder Abstract Factory classes

Class

TranscoderAbstractionFactory
Abstract class for the transcoder classes to keep common methods

Code

public function getVersion() {
  return '1.0';
}