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