Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Yodiwo
Media
Audio
Sink
MP3Server
Mp3Writer
C# Class Yodiwo.Media.Audio.Sink.MP3Server.Mp3Writer
Inheritance:
IDisposable
Show file
Open project: yodiwo/plegma
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
Mp3Writer
(
Stream
stream
) :
System
Write
(
byte
mp3data
) :
void
Write
(
string
text
) :
void
WriteHeader
( ) :
void
WriteMp3Header
( ) :
void
Private Methods
Method
Description
BytesOf
(
string
text
) :
byte[]
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Mp3Writer()
public
method
public
Mp3Writer
(
Stream
stream
) :
System
stream
Stream
return
System
Write()
public
method
public
Write
(
byte
mp3data
) :
void
mp3data
byte
return
void
Write()
public
method
public
Write
(
string
text
) :
void
text
string
return
void
WriteHeader()
public
method
public
WriteHeader
( ) :
void
return
void
WriteMp3Header()
public
method
public
WriteMp3Header
( ) :
void
return
void