C# Class Glare.Audio.Mp3AudioStream

Inheritance: AudioStream
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
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

Method Details

Mp3AudioStream() public method

public Mp3AudioStream ( FileInfo file ) : System
file System.IO.FileInfo
return System

Mp3AudioStream() public method

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

Mp3AudioStream() public method

public Mp3AudioStream ( Stream source ) : System
source Stream
return System

Mp3AudioStream() public method

public Mp3AudioStream ( byte data ) : System
data byte
return System

Mp3AudioStream() public method

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

Mp3AudioStream() public method

public Mp3AudioStream ( string path ) : System
path string
return System

Mp3AudioStream() public method

public Mp3AudioStream ( void data, int length ) : System
data void
length int
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int