C# 클래스 DSPUtil.WaveChunk

An undifferentiated Wave chunk
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_chunkSize int
_dataSize int
_id string
_structSize int

공개 메소드들

메소드 설명
Skip ( BinaryReader rdr ) : void
WaveChunk ( string id, int chunkSize ) : System
Write ( BinaryWriter w ) : void

메소드 상세

Skip() 공개 메소드

public Skip ( BinaryReader rdr ) : void
rdr System.IO.BinaryReader
리턴 void

WaveChunk() 공개 메소드

public WaveChunk ( string id, int chunkSize ) : System
id string
chunkSize int
리턴 System

Write() 공개 메소드

public Write ( BinaryWriter w ) : void
w System.IO.BinaryWriter
리턴 void

프로퍼티 상세

_chunkSize 보호되어 있는 프로퍼티

protected int _chunkSize
리턴 int

_dataSize 보호되어 있는 프로퍼티

protected int _dataSize
리턴 int

_id 보호되어 있는 프로퍼티

protected string _id
리턴 string

_structSize 보호되어 있는 프로퍼티

protected int _structSize
리턴 int