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

Inheritance: ISoundRecorderService
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
GetSoundAsStream ( ) : MemoryStream
InitializeSound ( ) : void
PlayRecordedSound ( ) : void
StartRecording ( ) : void
StopPlayingRecordedSound ( ) : void
StopRecording ( ) : void

Method Details

GetSoundAsStream() public méthode

public GetSoundAsStream ( ) : MemoryStream
Résultat System.IO.MemoryStream

InitializeSound() public méthode

public InitializeSound ( ) : void
Résultat void

PlayRecordedSound() public méthode

public PlayRecordedSound ( ) : void
Résultat void

StartRecording() public méthode

public StartRecording ( ) : void
Résultat void

StopPlayingRecordedSound() public méthode

public StopPlayingRecordedSound ( ) : void
Résultat void

StopRecording() public méthode

public StopRecording ( ) : void
Résultat void