frameRate property

int frameRate

Screen frame rate when connecting to a remote.

This is determined by AgoraVideoProfile. If you want to change it, use setScreen.

リモートに接続する際の画面フレームレート。

AgoraVideoProfileによって決定されます。変更したい場合はsetScreenを利用してください。

Implementation

int get frameRate => _videoProfile.frameRate;