C# Class Mp3Sharp.StreamedMp3Sound

A modified version of the StreamedSound class that sets the frequency of the Secondary Buffer based on the frequency of the first frame of the MP3 file.
Inheritance: StreamedSound
Show file Open project: RHY3756547/FreeSO

Public Methods

Method Description
StreamedMp3Sound ( Device device, Mp3Stream mp3SourceStream ) : System

Protected Methods

Method Description
OnBufferInitializing ( ) : void

Method Details

OnBufferInitializing() protected method

protected OnBufferInitializing ( ) : void
return void

StreamedMp3Sound() public method

public StreamedMp3Sound ( Device device, Mp3Stream mp3SourceStream ) : System
device Device
mp3SourceStream Mp3Stream
return System