C# Class Mp3Sharp.Sample

Some samples that show the use of the Mp3Stream class.
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Mp3FilePath string

Public Methods

Method Description
ReadAllTheWayThroughMp3File ( ) : void

Sample showing how to read through an MP3 file and obtain its contents as a PCM byte stream.

Method Details

ReadAllTheWayThroughMp3File() public static method

Sample showing how to read through an MP3 file and obtain its contents as a PCM byte stream.
public static ReadAllTheWayThroughMp3File ( ) : void
return void

Property Details

Mp3FilePath public static property

public static string Mp3FilePath
return string