PropsVideoFrame extension
- on
Properties
- codedHeight → int
-
no setter
- codedRect → DOMRectReadOnly?
-
no setter
- codedWidth → int
-
no setter
- colorSpace → VideoColorSpace
-
no setter
- displayHeight → int
-
no setter
- displayWidth → int
-
no setter
- duration → int?
-
no setter
- format → VideoPixelFormat?
-
no setter
- timestamp → int?
-
no setter
- visibleRect → DOMRectReadOnly?
-
no setter
Methods
-
allocationSize(
[VideoFrameCopyToOptions? options]) → int -
clone(
) → VideoFrame -
close(
) → void -
copyTo(
dynamic destination, [VideoFrameCopyToOptions? options]) → Future< Iterable< PlaneLayout> >