rtsp-stream/src/options.ts

8 lines
127 B
TypeScript
Raw Normal View History

export interface IOptions {
2020-11-27 17:30:56 +00:00
rate?: number;
quality?: number;
resolution?: string;
codec?: string;
image?: boolean;
}