C# 클래스 Yodiwo.Media.Audio.Source.MP3Stream.MP3Stream

Provides a mp3streaming utility that can be used to stream audio from a public url
상속: IAudioSource
파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
OnPCMStart WaveFormat>.Action

공개 메소드들

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

메소드 상세

MP3Stream() 공개 메소드

public MP3Stream ( string url ) : System
url string
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

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
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

OnPCMStart 공개적으로 프로퍼티

public Action OnPCMStart
리턴 WaveFormat>.Action