C# 클래스 CSPspEmu.Hle.Modules.mpeg.SceMpegAu

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuSize int
DecodeTimestampHigh uint
DecodeTimestampLow uint
EsBuffer int
PresentationTimestampHigh uint
PresentationTimestampLow uint

프로퍼티 상세

AuSize 공개적으로 프로퍼티

0014 - Au size
public int AuSize
리턴 int

DecodeTimestampHigh 공개적으로 프로퍼티

0008 - decode timestamp (DTS) MSB
public uint DecodeTimestampHigh
리턴 uint

DecodeTimestampLow 공개적으로 프로퍼티

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

EsBuffer 공개적으로 프로퍼티

0010 - Es buffer handle
public int EsBuffer
리턴 int

PresentationTimestampHigh 공개적으로 프로퍼티

0000 - presentation timestamp (PTS) MSB
public uint PresentationTimestampHigh
리턴 uint

PresentationTimestampLow 공개적으로 프로퍼티

0004 - presentation timestamp (PTS) LSB
public uint PresentationTimestampLow
리턴 uint