C# 클래스 Yodiwo.Media.Audio.Sink.MP3Server.Mp3Writer

상속: IDisposable
파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Mp3Writer ( Stream stream ) : System
Write ( byte mp3data ) : void
Write ( string text ) : void
WriteHeader ( ) : void
WriteMp3Header ( ) : void

비공개 메소드들

메소드 설명
BytesOf ( string text ) : byte[]

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Mp3Writer() 공개 메소드

public Mp3Writer ( Stream stream ) : System
stream Stream
리턴 System

Write() 공개 메소드

public Write ( byte mp3data ) : void
mp3data byte
리턴 void

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( ) : void
리턴 void

WriteMp3Header() 공개 메소드

public WriteMp3Header ( ) : void
리턴 void