You are here

public function transcoder_interface::change_status in Video 7

Same name and namespace in other branches
  1. 6.4 includes/transcoder.inc \transcoder_interface::change_status()
3 methods override transcoder_interface::change_status()
video_ffmpeg::change_status in transcoders/video_ffmpeg.inc
Change the status of the file.
video_phpvideotoolkit::change_status in transcoders/video_phpvideotoolkit.inc
Change the status of the file.
video_zencoder::change_status in modules/video_zencoder/transcoders/video_zencoder.inc
Change the status of the file.

File

includes/transcoder.inc, line 232

Class

transcoder_interface

Code

public function change_status($vid, $status);