UNPKG

@yume-chan/scrcpy

Version:
9 lines (8 loc) 238 B
export interface ScrcpyEncoder { type: "video" | "audio"; name: string; codec?: string; hardwareType?: "hardware" | "software" | "hybrid" | undefined; vendor?: boolean | undefined; aliasFor?: string | undefined; }