Skip to content

Commit

Permalink
more read me updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew PItchford committed May 23, 2016
1 parent b2c3446 commit bb388ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ It is possible to set the audio volume after initial setup by using:
You can get the current volume with:

```objc
- (CGFloat)getAudioVolume;
- (CGFloat)getAudioVolume
```

You can also get the total duration of the current track:

```objc
- (CGFloat) getTotalDuration;
- (CGFloat) getTotalDuration
```

Volume can be faded out using intervals that you set:
Expand Down

0 comments on commit bb388ee

Please sign in to comment.