Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored Feb 21, 2020
1 parent ae2d439 commit 58ed8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lightweight screen and audio capturing Android library
Demo:
---

Download the demo app [here](https://github.com/HBiSoft/HBRecorder/releases/download/0.1.5/HBRecorderDemo.apk)
Download the demo app [here](https://github.com/HBiSoft/HBRecorder/releases/download/0.1.6/HBRecorderDemo.apk)

</br>

Expand All @@ -35,7 +35,7 @@ Implement library in your app level build.gradle:

```java
dependencies {
implementation 'com.github.HBiSoft:HBRecorder:0.1.5'
implementation 'com.github.HBiSoft:HBRecorder:0.1.6'
}
```

Expand Down Expand Up @@ -173,7 +173,7 @@ Then you can set the following:
hbRecorder.setAudioSource(String);
//MUST BE ONE OF THE FOLLOWING - https://developer.android.com/reference/android/media/MediaRecorder.VideoEncoder.html
hbRecorder.setVideoEncoder(String);
//It is best to use the device screen dimention, but you can change it by using
//If nothing is provided, it will select the heighest value supported by your device
hbRecorder.setScreenDimensions(HeightInPx, WidthInPx);
//Frame rate is device dependent
//You can use Camcoderprofile to determine the frame rate
Expand Down

0 comments on commit 58ed8af

Please sign in to comment.