VideoPlayerHtmlController constructor

init(self, path, file_name, base_uri)

Creates a new instance of controller

def __init__(self, path, file_name, base_uri):
    ...
ParameterTypeDescription
pathstrThe path where video and audio files will be generated
file_namestrThe name of the HTML file
base_uristrThe base URI which will be used for links generating

See Also