C# 클래스 Mp3Sharp.StreamedSound

Plays streamed PCM-format sounds.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WaveFormatRep WaveFormat

보호된 프로퍼티들

프로퍼티 타입 설명
ERSB EventRaisingSoundBuffer

공개 메소드들

메소드 설명
Loop ( ) : void
OnBufferNotification ( object sender, BufferNotificationEventArgs e ) : void
Play ( ) : void
Rewind ( ) : void
Stop ( ) : void
StreamedSound ( Device device, Stream stream, WaveFormat waveFormat ) : System

보호된 메소드들

메소드 설명
OnBufferInitialized ( ) : void
OnBufferInitializing ( ) : void

비공개 메소드들

메소드 설명
InitBuffer ( ) : void

메소드 상세

Loop() 공개 메소드

public Loop ( ) : void
리턴 void

OnBufferInitialized() 보호된 메소드

protected OnBufferInitialized ( ) : void
리턴 void

OnBufferInitializing() 보호된 메소드

protected OnBufferInitializing ( ) : void
리턴 void

OnBufferNotification() 공개 메소드

public OnBufferNotification ( object sender, BufferNotificationEventArgs e ) : void
sender object
e BufferNotificationEventArgs
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Rewind() 공개 메소드

public Rewind ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

StreamedSound() 공개 메소드

public StreamedSound ( Device device, Stream stream, WaveFormat waveFormat ) : System
device Device
stream Stream
waveFormat WaveFormat
리턴 System

프로퍼티 상세

ERSB 보호되어 있는 프로퍼티

The event-raising sound buffer used by the streamed sound.
protected EventRaisingSoundBuffer,Mp3Sharp ERSB
리턴 EventRaisingSoundBuffer

WaveFormatRep 공개적으로 프로퍼티

public WaveFormat WaveFormatRep
리턴 WaveFormat