You are here

public function video_transcoder::change_status in Video 6.5

Same name and namespace in other branches
  1. 7 includes/transcoder.inc \video_transcoder::change_status()

Change the rendering status of the file.

Parameters

$video: Video instance

$status: One of the VIDEO_RENDERING_* constants

2 methods override video_transcoder::change_status()
video_localcommand::change_status in transcoders/video_localcommand.inc
Change the status of the file.
video_zencoder::change_status in plugins/video_zencoder/transcoders/video_zencoder.inc
Change the status of the file.

File

./video.lib.inc, line 65
File containing Video module interfaces and classes

Class

video_transcoder

Code

public function change_status(stdClass $video, $status);