You are here

public function TranscoderFactoryInterface::getAvailableFormats in Video 7.2

Get available output file formats from the transcoder.

2 methods override TranscoderFactoryInterface::getAvailableFormats()
TranscoderAbstractionFactoryFfmpeg::getAvailableFormats in transcoders/TranscoderAbstractionFactoryFfmpeg.inc
Get available output file formats from the transcoder.
TranscoderAbstractionFactoryZencoder::getAvailableFormats in transcoders/TranscoderAbstractionFactoryZencoder.inc
Get available output file formats from the transcoder.

File

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

Class

TranscoderFactoryInterface
Interface for transcoder classes

Code

public function getAvailableFormats($type = FALSE);