C# 클래스 OpenRA.FileFormats.VocFormat

상속: ISoundFormat
파일 보기 프로젝트 열기: cjshmyr/OpenRA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckVocHeader void
FillBuffer int
GetSampleRateFromVocRate int
Preload void
Read int
Rewind void
UpdateBlockIfNeeded void

공개 메소드들

메소드 설명
GetPCMInputStream ( ) : Stream
VocFormat ( Stream stream ) : System

비공개 메소드들

메소드 설명
CheckVocHeader ( ) : void
FillBuffer ( int maxSamples ) : int
GetSampleRateFromVocRate ( int vocSampleRate ) : int
Preload ( ) : void
Read ( byte buffer, int offset, int count ) : int
Rewind ( ) : void
UpdateBlockIfNeeded ( ) : void

메소드 상세

GetPCMInputStream() 공개 메소드

public GetPCMInputStream ( ) : Stream
리턴 Stream

VocFormat() 공개 메소드

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