Skip to content

PlayerPage

This component is the player page of the application. It integrates the settings drawer and the main subtitle player, using the global PlayerContext to manage and persist player state across navigation.

Functions

PlayerPage()

function PlayerPage(): Element;

Defined in: src/pages/PlayerPage.tsx:22

The PlayerPage component.

This component serves as the main container for the video player experience. It sources its state from the PlayerContext and passes the necessary state and actions down to the SettingsDrawer and SubtitlePlayer components.

Returns

Element

The PlayerPage component.