Skip to content

Commit 4634378

Browse files
authored
docs: Fix the units for bitRate value
1 parent e59b853 commit 4634378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appium/webdriver/extensions/screen_record.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def start_recording_screen(self, **options: Any) -> Union[bytes, str]:
126126
The default value is the device's native display resolution (if supported),
127127
1280x720 if not. For best results, use a size supported by your device's
128128
Advanced Video Coding (AVC) encoder.
129-
bitRate (int): [Android] The video bit rate for the video, in megabits per second.
130-
The default value is 4. You can increase the bit rate to improve video quality,
129+
bitRate (int): [Android] The video bit rate for the video, in bits per second.
130+
The default value is 4000000 (4 Mbit/s). You can increase the bit rate to improve video quality,
131131
but doing so results in larger movie files.
132132
bugReport (str): [Android] Makes the recorder to display an additional information on the video overlay,
133133
such as a timestamp, that is helpful in videos captured to illustrate bugs.

0 commit comments

Comments
 (0)