Skip to content

SettingsDrawer

This component provides a settings drawer for the video player. It allows the user to load video and subtitle files, generate subtitles, convert videos to MP4, and customize the appearance of the subtitles.

Functions

SettingsDrawer()

function SettingsDrawer(props): Element;

Defined in: src/components/SettingsDrawer.tsx:76

The SettingsDrawer component.

This component is responsible for the following:

  • Allowing the user to load video and subtitle files.
  • Generating subtitles from a video file.
  • Converting a video file to MP4 format.
  • Customizing the appearance of the subtitles.

Parameters

Parameter Type Description
props SettingsDrawerProps The props for the component.

Returns

Element

The SettingsDrawer component.