MCPcopy Create free account
hub / github.com/code100x/cms / VideoPlayerProps

Interface VideoPlayerProps

src/components/VideoPlayer2.tsx:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// todo correct types
23interface VideoPlayerProps {
24 setQuality: React.Dispatch<React.SetStateAction<string>>;
25 options: any;
26 onReady?: (player: Player) => void;
27 subtitles?: string;
28 contentId: number;
29 appxVideoId?: string;
30 appxCourseId?: string;
31 onVideoEnd: () => void;
32}
33
34interface TransformState {
35 scale: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected