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

Datei anzeigen 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_oe property

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

Mp3BufferSize public_oe property

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

Mp3StreamEnd public_oe property

Stream end position
public PspPointer Mp3StreamEnd
return PspPointer

Mp3StreamStart public_oe property

Stream start position
public PspPointer Mp3StreamStart
return PspPointer

PcmBufferPointer public_oe property

Pointer to decoded pcm samples buffer
public PspPointer PcmBufferPointer
return PspPointer

PcmBufferSize public_oe property

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

Unknown1 public_oe property

Unknown - set to 0
public uint Unknown1
return uint

Unknown2 public_oe property

Unknown - set to 0
public uint Unknown2
return uint