Skip to content

Commit

Permalink
fix(media): add setRate method
Browse files Browse the repository at this point in the history
closes #1825
  • Loading branch information
ihadeed committed Jul 21, 2017
1 parent 976401a commit 4af3d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@ionic-native/plugins/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ export class MediaObject {
@CordovaInstance({ sync: true })
setVolume(volume: number): void { }

@CordovaInstance({ sync: true })
setRate(speedRate: number): void {}

/**
* Starts recording an audio file.
*/
Expand Down

0 comments on commit 4af3d5b

Please sign in to comment.