Metadata Type
Constructors
| Constructor |
Description
|
Full Usage:
Metadata(?captureUpdateRect, ?regionCaptureRect, ?sourceSize, ?frameCount)
Parameters:
Rectangle
-
Updated area of frame, can be considered as the dirty area.
?regionCaptureRect : Rectangle
-
May reflect the frame's contents origin if region capture is used internally.
?sourceSize : Rectangle
-
Full size of the source frame.
?frameCount : float
-
The increasing count of captured frame. May contain gaps if frames are dropped between two consecutively received frames.
Returns: Metadata
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.captureUpdateRect
|
Updated area of frame, can be considered as the dirty area. |
Full Usage:
this.frameCount
|
The increasing count of captured frame. May contain gaps if frames are dropped between two consecutively received frames. |
Full Usage:
this.regionCaptureRect
|
May reflect the frame's contents origin if region capture is used internally. |
Full Usage:
this.sourceSize
|
Full size of the source frame. |
fable-electron-docs-api