We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d57ff commit a8958eaCopy full SHA for a8958ea
src/Video/index.tsx
@@ -13,6 +13,7 @@ export declare type FileSystemAcceptedUploadHttpMethod =
13
export type compressionMethod = 'auto' | 'manual';
14
type videoCompresssionType = {
15
bitrate?: number;
16
+ maxSize?: number;
17
compressionMethod?: compressionMethod;
18
minimumFileSizeForCompress?: number;
19
};
0 commit comments