コード例 #1
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3GetMaxOutputSample(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #2
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3GetInfoToAddStreamData(Mp3StreamId Mp3Stream, uint Mp3BufferPointer, uint mp3BufToWritePtr, uint mp3PosPtr)
 {
     throw (new NotImplementedException());
 }
コード例 #3
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3GetLoopNum(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #4
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3Decode(Mp3StreamId Mp3Stream, uint OutputPcmPointer)
 {
     throw (new NotImplementedException());
 }
コード例 #5
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3GetBitRate(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #6
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3SetLoopNum(Mp3StreamId Mp3Stream, int NumberOfLoops)
 {
     throw (new NotImplementedException());
 }
コード例 #7
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public bool sceMp3CheckStreamDataNeeded(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #8
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3ResetPlayPosition(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #9
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3ReleaseMp3Handle(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #10
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3NotifyAddStreamData(Mp3StreamId Mp3Stream, int Size)
 {
     throw (new NotImplementedException());
 }
コード例 #11
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3Init(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
コード例 #12
0
ファイル: sceMp3.cs プロジェクト: e-COS/cspspemu
 public int sceMp3GetSumDecodedSample(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }