C# 클래스 Glare.Audio.Mp3AudioStream

상속: AudioStream
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Mp3AudioStream ( FileInfo file ) : System
Mp3AudioStream ( IntPtr data, int length ) : System
Mp3AudioStream ( Stream source ) : System
Mp3AudioStream ( byte data ) : System
Mp3AudioStream ( byte data, int offset, int length ) : System
Mp3AudioStream ( string path ) : System
Mp3AudioStream ( void data, int length ) : System
Read ( byte buffer, int offset, int count ) : int

메소드 상세

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( FileInfo file ) : System
file System.IO.FileInfo
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( IntPtr data, int length ) : System
data System.IntPtr
length int
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( Stream source ) : System
source Stream
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( byte data ) : System
data byte
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( byte data, int offset, int length ) : System
data byte
offset int
length int
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( string path ) : System
path string
리턴 System

Mp3AudioStream() 공개 메소드

public Mp3AudioStream ( void data, int length ) : System
data void
length int
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int