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

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
AuSize int
DecodeTimestampHigh uint
DecodeTimestampLow uint
EsBuffer int
PresentationTimestampHigh uint
PresentationTimestampLow uint

Property Details

AuSize public property

0014 - Au size
public int AuSize
return int

DecodeTimestampHigh public property

0008 - decode timestamp (DTS) MSB
public uint DecodeTimestampHigh
return uint

DecodeTimestampLow public property

000C - decode timestamp (DTS) LSB
public uint DecodeTimestampLow
return uint

EsBuffer public property

0010 - Es buffer handle
public int EsBuffer
return int

PresentationTimestampHigh public property

0000 - presentation timestamp (PTS) MSB
public uint PresentationTimestampHigh
return uint

PresentationTimestampLow public property

0004 - presentation timestamp (PTS) LSB
public uint PresentationTimestampLow
return uint