C# Class Mp3Sharp.StreamedSound

Plays streamed PCM-format sounds.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
WaveFormatRep WaveFormat

Protected Properties

Свойство Type Description
ERSB EventRaisingSoundBuffer

Méthodes publiques

Méthode Description
Loop ( ) : void
OnBufferNotification ( object sender, BufferNotificationEventArgs e ) : void
Play ( ) : void
Rewind ( ) : void
Stop ( ) : void
StreamedSound ( Device device, Stream stream, WaveFormat waveFormat ) : System

Méthodes protégées

Méthode Description
OnBufferInitialized ( ) : void
OnBufferInitializing ( ) : void

Private Methods

Méthode Description
InitBuffer ( ) : void

Method Details

Loop() public méthode

public Loop ( ) : void
Résultat void

OnBufferInitialized() protected méthode

protected OnBufferInitialized ( ) : void
Résultat void

OnBufferInitializing() protected méthode

protected OnBufferInitializing ( ) : void
Résultat void

OnBufferNotification() public méthode

public OnBufferNotification ( object sender, BufferNotificationEventArgs e ) : void
sender object
e BufferNotificationEventArgs
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Rewind() public méthode

public Rewind ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StreamedSound() public méthode

public StreamedSound ( Device device, Stream stream, WaveFormat waveFormat ) : System
device Device
stream Stream
waveFormat WaveFormat
Résultat System

Property Details

ERSB protected_oe property

The event-raising sound buffer used by the streamed sound.
protected EventRaisingSoundBuffer,Mp3Sharp ERSB
Résultat EventRaisingSoundBuffer

WaveFormatRep public_oe property

public WaveFormat WaveFormatRep
Résultat WaveFormat