C# 클래스 CSPspEmu.Hle.Formats.audio.WaveStream

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BinaryWriter System.IO.BinaryWriter
Stream Stream

공개 메소드들

메소드 설명
WaveStream ( ) : System
WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
WriteWave ( String FileName, StereoShortSoundSample Samples ) : void

보호된 메소드들

메소드 설명
WriteChunk ( string Name, System.Action Writer ) : void

메소드 상세

WaveStream() 공개 메소드

public WaveStream ( ) : System
리턴 System

WriteChunk() 보호된 메소드

protected WriteChunk ( string Name, System.Action Writer ) : void
Name string
Writer System.Action
리턴 void

WriteWave() 공개 메소드

public WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
Stream Stream
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
리턴 void

WriteWave() 공개 메소드

public WriteWave ( String FileName, StereoShortSoundSample Samples ) : void
FileName String
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
리턴 void

프로퍼티 상세

BinaryWriter 보호되어 있는 프로퍼티

protected BinaryWriter,System.IO BinaryWriter
리턴 System.IO.BinaryWriter

Stream 보호되어 있는 프로퍼티

protected Stream Stream
리턴 Stream