Defines the settings passed into the VideoCapturer.UpdateCaptureSettings(ref VideoCaptureSettings) method. More...
| Public Attributes | |
| PixelFormat | PixelFormat |
| The pixel format. | |
| int | Width |
| The width of each frame, in pixels. | |
| int | Height |
| The height of each frame, in pixels. | |
| int | Fps |
| The width of each frame, in frames per second. | |
| int | ExpectedCaptureDelay |
| The expected delay of the frame capturer, in milliseconds. | |
| bool | MirrorOnLocalRender |
| Whether to mirror the local preview of the Publisher's video. |
Detailed Description
Defines the settings passed into the VideoCapturer.UpdateCaptureSettings(ref VideoCaptureSettings) method.