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
显示文件 Open project: yodiwo/plegma

Public Properties

Property Type Description
OnPCMStart WaveFormat>.Action

Public Methods

Method 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 method

public MP3Stream ( string url ) : System
url string
return System

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Start() public method

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
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

OnPCMStart public_oe property

public Action OnPCMStart
return WaveFormat>.Action