Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static IEnumerable<float> GetSupportedFrameRatesForResolution(Resolution resolution)

Parameters

resolution

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.