|
WebRTC Video Chat 1.1.4
|
General interface to access frames. All platforms will at least support this interface using their default settings. More...
Additional Inherited Members | |
Properties inherited from Byn.Awrtc.RawFrame | |
| byte[] | Buffer [get] |
| Returns the image as byte[]. Depending on the platform this can either be a copy or a direct access to the buffer. Do not store this reference. It might be reused for further images. | |
| bool | Buffered [get] |
| True if the image is already buffered and available as byte[]. This is the default value. | |
| int | Height [get] |
| Height of the image in pixels. (before rotation is applied) | |
| int | Width [get] |
| With of the image in pixels. (before rotation is applied) | |
| int | Rotation [get] |
| Rotation of the image. Apply this rotation to the image before showing it to the user. | |
| bool | IsTopRowFirst [get] |
| If true the top row of the image will be at the start of the buffer. | |
| FramePixelFormat | Format [get] |
| Image format. | |
General interface to access frames. All platforms will at least support this interface using their default settings.