예제 #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());
 }