VideoFrame interface 
Represents a video frame.
Properties
| chroma | NV12 chroma stride, valid only when video frame format is NV12 | 
| data | Video frame buffer | 
| height | Video frame height. | 
| luma | NV12 luma stride, valid only when video frame format is NV12 | 
| stride | RGB stride, valid only when video frame format is RGB | 
| width | Video frame width. | 
Property Details
		chromaStride
	 
	NV12 chroma stride, valid only when video frame format is NV12
chromaStride?: numberProperty Value
number
data
Video frame buffer
data: Uint8ClampedArrayProperty Value
Uint8ClampedArray
height
Video frame height.
height: numberProperty Value
number
		lumaStride
	 
	NV12 luma stride, valid only when video frame format is NV12
lumaStride?: numberProperty Value
number
stride
RGB stride, valid only when video frame format is RGB
stride?: numberProperty Value
number
width
Video frame width.
width: numberProperty Value
number