C# Class Glare.Audio.Mp3AudioStream

Inheritance: AudioStream
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

public Mp3AudioStream ( FileInfo file ) : System
file System.IO.FileInfo
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( IntPtr data, int length ) : System
data System.IntPtr
length int
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( Stream source ) : System
source Stream
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( byte data ) : System
data byte
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( byte data, int offset, int length ) : System
data byte
offset int
length int
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( string path ) : System
path string
Résultat System

Mp3AudioStream() public méthode

public Mp3AudioStream ( void data, int length ) : System
data void
length int
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int