id}"), 'POST')."
".$this->get_transcode_picker_html($options)."
";
return $html;
}
public function get_transcode_picker_html(array $options)
{
$html = "";
}
public function display_transcode_error(Page $page, string $title, string $message)
{
$page->set_title("Transcode Image");
$page->set_heading("Transcode Image");
$page->add_block(new NavBlock());
$page->add_block(new Block($title, $message));
}
}