Method | Description | |
---|---|---|
create ( string options ) : void | ||
getCurrentPositionAudio ( string options ) : void |
Gets current position of playback
|
|
pausePlayingAudio ( string options ) : void |
Pauses playing
|
|
release ( string options ) : void |
Releases the audio player instance to save memory.
|
|
seekToAudio ( string options ) : void |
Seeks to a location
|
|
setVolume ( string options ) : void | ||
startPlayingAudio ( string options ) : void |
Starts or resume playing audio file
|
|
startRecordingAudio ( string options ) : void |
Starts recording and save the specified file
|
|
stopPlayingAudio ( String options ) : void |
Stops playing the audio file
|
|
stopRecordingAudio ( string options ) : void |
Stops recording and save to the file specified when recording started
|
Method | Description | |
---|---|---|
getDurationAudio ( string options ) : void |
public getCurrentPositionAudio ( string options ) : void | ||
options | string | |
return | void |
public pausePlayingAudio ( string options ) : void | ||
options | string | |
return | void |
public startPlayingAudio ( string options ) : void | ||
options | string | |
return | void |
public startRecordingAudio ( string options ) : void | ||
options | string | |
return | void |
public stopPlayingAudio ( String options ) : void | ||
options | String | |
return | void |
public stopRecordingAudio ( string options ) : void | ||
options | string | |
return | void |