C# Class Yodiwo.Media.Audio.Source.MP3Stream.MP3Stream

Provides a mp3streaming utility that can be used to stream audio from a public url
Inheritance: IAudioSource
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
OnPCMStart WaveFormat>.Action

Méthodes publiques

Méthode Description
MP3Stream ( string url ) : System
Pause ( ) : void
Resume ( ) : void
Start ( ) : void

Provides a pcm stream that can be used to a waveout device (i.e. speakers) or can write pcm samples to a System.IO.Stream

Stop ( ) : void

Method Details

MP3Stream() public méthode

public MP3Stream ( string url ) : System
url string
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

Provides a pcm stream that can be used to a waveout device (i.e. speakers) or can write pcm samples to a System.IO.Stream
public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

OnPCMStart public_oe property

public Action OnPCMStart
Résultat WaveFormat>.Action