rtsp-stream/src/options.ts
2020-11-27 12:30:56 -05:00

8 lines
127 B
TypeScript

export interface IOptions {
rate?: number;
quality?: number;
resolution?: string;
codec?: string;
image?: boolean;
}