C# Class CSPspEmu.Hle.Modules.mpeg.SceMpegRingbuffer

Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Callback uint
CallbackParameter PspPointer
Data PspPointer
DataEnd PspPointer
GP uint
PacketSize uint
PacketsAvailable int
PacketsRead int
PacketsTotal int
PacketsWritten int
SceMpeg PspPointer
SemaId int

Property Details

Callback public_oe property

18 - Callback
public uint Callback
return uint

CallbackParameter public_oe property

1C - CallbackParameter
public PspPointer CallbackParameter
return PspPointer

Data public_oe property

14 - Data Start Pointer
public PspPointer Data
return PspPointer

DataEnd public_oe property

20 - DataUpperBound
public PspPointer DataEnd
return PspPointer

GP public_oe property

2C - GP
public uint GP
return uint

PacketSize public_oe property

10 - PacketSize = 0x800
public uint PacketSize
return uint

PacketsAvailable public_oe property

0C - PacketsFree - Returned by sceMpegRingbufferAvailableSize
public int PacketsAvailable
return int

PacketsRead public_oe property

04 - PacketsRead
public int PacketsRead
return int

PacketsTotal public_oe property

00 - Packets
public int PacketsTotal
return int

PacketsWritten public_oe property

08 - packetsWritten
public int PacketsWritten
return int

SceMpeg public_oe property

28 - Pointer to SceMpeg
public PspPointer SceMpeg
return PspPointer

SemaId public_oe property

24 - SemaId
public int SemaId
return int