import { PlayerStatus } from "./use-audio-player.cjs"; import { VideoMedia } from "@langchain/langgraph-sdk/stream"; import { RefObject } from "react"; //#region src/use-video-player.d.ts /** * Options for {@link useVideoPlayer}. */ interface UseVideoPlayerOptions { /** * Start playback as soon as the blob URL resolves. Subject to * browser autoplay policies — pair with `muted={true}` on the * `