UNPKG

@yume-chan/scrcpy

Version:
8 lines (6 loc) 242 B
import type { PrevImpl } from "./prev.js"; export interface Init<TVideo extends boolean> extends Omit<PrevImpl.Init<TVideo>, "audioSource"> { audioSource?: PrevImpl.Init<TVideo>["audioSource"] | "playback"; audioDup?: boolean; }