You are here

public function TranscoderAbstractionFactoryFfmpeg::reset in Video 7.2

Reset internal variables to their initial state.

Overrides TranscoderAbstractionFactory::reset

File

transcoders/TranscoderAbstractionFactoryFfmpeg.inc, line 667
File containing class TranscoderAbstractionFactoryFfmpeg

Class

TranscoderAbstractionFactoryFfmpeg
Class that handles FFmpeg transcoding.

Code

public function reset($keepinput = FALSE) {
  parent::reset($keepinput);
  $this->transcoder
    ->reset($keepinput);
  $this->multipass = NULL;
}