C# 클래스 Mp3Sharp.Sample

Some samples that show the use of the Mp3Stream class.
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Mp3FilePath string

공개 메소드들

메소드 설명
ReadAllTheWayThroughMp3File ( ) : void

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

메소드 상세

ReadAllTheWayThroughMp3File() 공개 정적인 메소드

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

프로퍼티 상세

Mp3FilePath 공개적으로 정적으로 프로퍼티

public static string Mp3FilePath
리턴 string