C# 클래스 javazoom.jl.converter.WaveFileObuffer

Implements an Obuffer by writing the data to a file in RIFF WAVE format. @since 0.0
상속: javazoom.jl.decoder.Obuffer
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
WaveFileObuffer ( int number_of_channels, int freq, System FileName ) : System

Creates a new WareFileObuffer instance.

append ( int channel, short value_Renamed ) : void

Takes a 16 Bit PCM sample.

clear_buffer ( ) : void

*

close ( ) : void
close ( bool justWriteLengthBytes ) : void
set_stop_flag ( ) : void

*

write_buffer ( int val ) : void

비공개 메소드들

메소드 설명
InitBlock ( ) : void

메소드 상세

WaveFileObuffer() 공개 메소드

Creates a new WareFileObuffer instance.
public WaveFileObuffer ( int number_of_channels, int freq, System FileName ) : System
number_of_channels int
freq int
FileName System
리턴 System

append() 공개 메소드

Takes a 16 Bit PCM sample.
public append ( int channel, short value_Renamed ) : void
channel int
value_Renamed short
리턴 void

clear_buffer() 공개 메소드

*
public clear_buffer ( ) : void
리턴 void

close() 공개 메소드

public close ( ) : void
리턴 void

close() 공개 메소드

public close ( bool justWriteLengthBytes ) : void
justWriteLengthBytes bool
리턴 void

set_stop_flag() 공개 메소드

*
public set_stop_flag ( ) : void
리턴 void

write_buffer() 공개 메소드

public write_buffer ( int val ) : void
val int
리턴 void