C# 클래스 WPCordovaClassLib.Cordova.Commands.Media

Provides the ability to record and play back audio files on a device.
상속: BaseCommand
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
getDurationAudio ( string options ) : void

메소드 상세

create() 공개 메소드

public create ( string options ) : void
options string
리턴 void

getCurrentPositionAudio() 공개 메소드

Gets current position of playback
public getCurrentPositionAudio ( string options ) : void
options string
리턴 void

pausePlayingAudio() 공개 메소드

Pauses playing
public pausePlayingAudio ( string options ) : void
options string
리턴 void

release() 공개 메소드

Releases the audio player instance to save memory.
public release ( string options ) : void
options string
리턴 void

seekToAudio() 공개 메소드

Seeks to a location
public seekToAudio ( string options ) : void
options string
리턴 void

setVolume() 공개 메소드

public setVolume ( string options ) : void
options string
리턴 void

startPlayingAudio() 공개 메소드

Starts or resume playing audio file
public startPlayingAudio ( string options ) : void
options string
리턴 void

startRecordingAudio() 공개 메소드

Starts recording and save the specified file
public startRecordingAudio ( string options ) : void
options string
리턴 void

stopPlayingAudio() 공개 메소드

Stops playing the audio file
public stopPlayingAudio ( String options ) : void
options String
리턴 void

stopRecordingAudio() 공개 메소드

Stops recording and save to the file specified when recording started
public stopRecordingAudio ( string options ) : void
options string
리턴 void