Skip to content

Commit

Permalink
commit the demo use
Browse files Browse the repository at this point in the history
  • Loading branch information
shilin.liu committed Jun 21, 2019
1 parent 2ef78d8 commit 2234826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/nanchen/screenrecorder/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class MainActivity : AppCompatActivity() {
}
screenRecordHelper?.apply {
if (!isRecording) {
recordAudio = true
// 如果你想录制音频(一定会有环境音量),你可以打开下面这个限制,并且使用不带参数的 stopRecord()
// recordAudio = true
startRecord()
}
}
Expand Down

0 comments on commit 2234826

Please sign in to comment.