Skip to content

Commit 6c28e27

Browse files
authored
🤖 Merge PR DefinitelyTyped#73315 dom-webcodecs: Add rotation field to VideoFrame object by @JonnyBurger
1 parent 2df5539 commit 6c28e27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎types/dom-webcodecs/webcodecs.generated.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ interface VideoFrame {
426426
readonly format: VideoPixelFormat | null;
427427
readonly timestamp: number;
428428
readonly visibleRect: DOMRectReadOnly | null;
429+
readonly rotation?: number;
429430
allocationSize(options?: VideoFrameCopyToOptions): number;
430431
clone(): VideoFrame;
431432
close(): void;

0 commit comments

Comments
 (0)