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

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

공개 프로퍼티들

프로퍼티 타입 설명
CodecType CodecType
DataStream SliceStream
Fact FactStruct
Format At3FormatStruct
LoopInfoList LoopInfoStruct[]
NumberOfLoops int
PrimaryBuffer MemoryPartition
PrimaryBufferReaded int
Smpl SmplStruct

보호된 프로퍼티들

프로퍼티 타입 설명
MaiAT3PlusFrameDecoder MaiAT3PlusFrameDecoder

공개 메소드들

메소드 설명
Atrac ( InjectContext InjectContext, CodecType CodecType ) : System
Atrac ( InjectContext InjectContext, byte Data, int DataLength ) : System
Decode ( StereoShortSoundSample SamplesOut ) : int

GetNumberOfSamplesInNextFrame ( ) : int
IDisposable ( ) : void
SetData ( byte Data, int DataLength ) : void

비공개 메소드들

메소드 설명
ParseAtracData ( Stream Stream ) : void

메소드 상세

Atrac() 공개 메소드

public Atrac ( InjectContext InjectContext, CodecType CodecType ) : System
InjectContext InjectContext
CodecType CodecType
리턴 System

Atrac() 공개 메소드

public Atrac ( InjectContext InjectContext, byte Data, int DataLength ) : System
InjectContext InjectContext
Data byte
DataLength int
리턴 System

Decode() 공개 메소드

public Decode ( StereoShortSoundSample SamplesOut ) : int
SamplesOut CSPspEmu.Core.Audio.StereoShortSoundSample
리턴 int

GetNumberOfSamplesInNextFrame() 공개 메소드

public GetNumberOfSamplesInNextFrame ( ) : int
리턴 int

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

SetData() 공개 메소드

public SetData ( byte Data, int DataLength ) : void
Data byte
DataLength int
리턴 void

프로퍼티 상세

CodecType 공개적으로 프로퍼티

public CodecType CodecType
리턴 CodecType

DataStream 공개적으로 프로퍼티

public SliceStream DataStream
리턴 SliceStream

Fact 공개적으로 프로퍼티

public FactStruct Fact
리턴 FactStruct

Format 공개적으로 프로퍼티

public At3FormatStruct Format
리턴 At3FormatStruct

LoopInfoList 공개적으로 프로퍼티

public LoopInfoStruct[] LoopInfoList
리턴 LoopInfoStruct[]

MaiAT3PlusFrameDecoder 보호되어 있는 프로퍼티

protected MaiAT3PlusFrameDecoder MaiAT3PlusFrameDecoder
리턴 MaiAT3PlusFrameDecoder

NumberOfLoops 공개적으로 프로퍼티

public int NumberOfLoops
리턴 int

PrimaryBuffer 공개적으로 프로퍼티

public MemoryPartition PrimaryBuffer
리턴 MemoryPartition

PrimaryBufferReaded 공개적으로 프로퍼티

public int PrimaryBufferReaded
리턴 int

Smpl 공개적으로 프로퍼티

public SmplStruct Smpl
리턴 SmplStruct