C# Class Yodiwo.Media.Audio.Sink.MP3Server.Mp3Writer

Inheritance: IDisposable
Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Mp3Writer ( Stream stream ) : System
Write ( byte mp3data ) : void
Write ( string text ) : void
WriteHeader ( ) : void
WriteMp3Header ( ) : void

Private Methods

Méthode Description
BytesOf ( string text ) : byte[]

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Mp3Writer() public méthode

public Mp3Writer ( Stream stream ) : System
stream Stream
Résultat System

Write() public méthode

public Write ( byte mp3data ) : void
mp3data byte
Résultat void

Write() public méthode

public Write ( string text ) : void
text string
Résultat void

WriteHeader() public méthode

public WriteHeader ( ) : void
Résultat void

WriteMp3Header() public méthode

public WriteMp3Header ( ) : void
Résultat void