C# 클래스 CSPspEmu.Hle.Modules.libatrac3plus.sceAtrac3plus.Atrac.WavFormatStruct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
AtracChannels ushort
Bitrate int
BlockAlignment ushort
BytesPerSecond uint
CompressionCode CompressionCode

공개 메소드들

메소드 설명
ParseWavData ( Stream Stream ) : StreamStructCachedArrayWrapper

메소드 상세

ParseWavData() 공개 정적인 메소드

public static ParseWavData ( Stream Stream ) : StreamStructCachedArrayWrapper
Stream Stream
리턴 StreamStructCachedArrayWrapper

프로퍼티 상세

AtracChannels 공개적으로 프로퍼티

02 00 - Stereo
public ushort AtracChannels
리턴 ushort

Bitrate 공개적으로 프로퍼티

44 AC 00 00 - 44100
public int Bitrate
리턴 int

BlockAlignment 공개적으로 프로퍼티

short.sizeof * numberOfChannels
public ushort BlockAlignment
리턴 ushort

BytesPerSecond 공개적으로 프로퍼티

Should be on uncompressed PCM : sampleRate * short.sizeof * numberOfChannels
public uint BytesPerSecond
리턴 uint

CompressionCode 공개적으로 프로퍼티

01 00 - For Uncompressed PCM (linear quntization)
public CompressionCode CompressionCode
리턴 CompressionCode