C# Class CSPspEmu.Hle.Modules._unknownPrx.sceMp3.SceMp3InitArg

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Mp3BufferPointer PspPointer
Mp3BufferSize int
Mp3StreamEnd PspPointer
Mp3StreamStart PspPointer
PcmBufferPointer PspPointer
PcmBufferSize int
Unknown1 uint
Unknown2 uint

Property Details

Mp3BufferPointer public property

Pointer to a buffer to contain raw mp3 stream data (+1472 bytes workspace)
public PspPointer Mp3BufferPointer
return PspPointer

Mp3BufferSize public property

Size of mp3Buf buffer (must be >= 8192)
public int Mp3BufferSize
return int

Mp3StreamEnd public property

Stream end position
public PspPointer Mp3StreamEnd
return PspPointer

Mp3StreamStart public property

Stream start position
public PspPointer Mp3StreamStart
return PspPointer

PcmBufferPointer public property

Pointer to decoded pcm samples buffer
public PspPointer PcmBufferPointer
return PspPointer

PcmBufferSize public property

Size of pcmBuf buffer (must be >= 9216)
public int PcmBufferSize
return int

Unknown1 public property

Unknown - set to 0
public uint Unknown1
return uint

Unknown2 public property

Unknown - set to 0
public uint Unknown2
return uint