mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update Autopad parameters (#42035)
This commit is contained in:
parent
02e35ff46e
commit
997b0cfe4f
20
types/fluent-ffmpeg/index.d.ts
vendored
20
types/fluent-ffmpeg/index.d.ts
vendored
@ -292,16 +292,16 @@ declare namespace Ffmpeg {
|
||||
setAspectRatio(aspect: string | number): FfmpegCommand;
|
||||
aspect(aspect: string | number): FfmpegCommand;
|
||||
aspectRatio(aspect: string | number): FfmpegCommand;
|
||||
applyAutopadding(pad: boolean, color: string): FfmpegCommand;
|
||||
applyAutoPadding(pad: boolean, color: string): FfmpegCommand;
|
||||
applyAutopad(pad: boolean, color: string): FfmpegCommand;
|
||||
applyAutoPad(pad: boolean, color: string): FfmpegCommand;
|
||||
withAutopadding(pad: boolean, color: string): FfmpegCommand;
|
||||
withAutoPadding(pad: boolean, color: string): FfmpegCommand;
|
||||
withAutopad(pad: boolean, color: string): FfmpegCommand;
|
||||
withAutoPad(pad: boolean, color: string): FfmpegCommand;
|
||||
autoPad(pad: boolean, color: string): FfmpegCommand;
|
||||
autopad(pad: boolean, color: string): FfmpegCommand;
|
||||
applyAutopadding(pad?: boolean, color?: string): FfmpegCommand;
|
||||
applyAutoPadding(pad?: boolean, color?: string): FfmpegCommand;
|
||||
applyAutopad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
applyAutoPad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
withAutopadding(pad?: boolean, color?: string): FfmpegCommand;
|
||||
withAutoPadding(pad?: boolean, color?: string): FfmpegCommand;
|
||||
withAutopad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
withAutoPad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
autoPad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
autopad(pad?: boolean, color?: string): FfmpegCommand;
|
||||
|
||||
// options/output
|
||||
addOutput(target: string | stream.Writable, pipeopts?: { end?: boolean }): FfmpegCommand;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user