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

Interface VideoProps

src/components/VideoPlayerSegment.tsx:20–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20interface VideoProps {
21 setQuality: React.Dispatch<React.SetStateAction<string>>;
22 thumbnails: Thumbnail[];
23 segments: Segment[];
24 subtitles: string;
25 videoJsOptions: any;
26 contentId: number;
27 appxVideoId?: string;
28 appxCourseId?: string;
29 onVideoEnd: () => void;
30}
31
32export const VideoPlayerSegment: FunctionComponent<VideoProps> = ({
33 setQuality,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected