GetSupportedFrameRatesForResolution(Resolution)
Returns the supported frame rates at which a video can be recorded given a resolution.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public static IEnumerable<float> GetSupportedFrameRatesForResolution(Resolution resolution)
Parameters
A recording resolution.
Returns
Type | Description |
|---|---|
| IEnumerable<float> | The frame rates at which the video can be recorded. |
Remarks
Use VideoCapture.SupportedResolutions to get the supported web camera recording resolutions.