C# Class Catrobat.IDE.WindowsShared.Services.SoundRecorderServiceWindowsShared

Inheritance: ISoundRecorderService
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
GetSoundAsStream ( ) : MemoryStream
InitializeSound ( ) : void
PlayRecordedSound ( ) : void
StartRecording ( ) : void
StopPlayingRecordedSound ( ) : void
StopRecording ( ) : void

Method Details

GetSoundAsStream() public method

public GetSoundAsStream ( ) : MemoryStream
return System.IO.MemoryStream

InitializeSound() public method

public InitializeSound ( ) : void
return void

PlayRecordedSound() public method

public PlayRecordedSound ( ) : void
return void

StartRecording() public method

public StartRecording ( ) : void
return void

StopPlayingRecordedSound() public method

public StopPlayingRecordedSound ( ) : void
return void

StopRecording() public method

public StopRecording ( ) : void
return void