Esempio n. 1
0
 public int sceMp3GetMaxOutputSample(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 2
0
 public int sceMp3GetInfoToAddStreamData(Mp3StreamId Mp3Stream, uint Mp3BufferPointer, uint mp3BufToWritePtr, uint mp3PosPtr)
 {
     throw (new NotImplementedException());
 }
Esempio n. 3
0
 public int sceMp3GetLoopNum(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 4
0
 public int sceMp3Decode(Mp3StreamId Mp3Stream, uint OutputPcmPointer)
 {
     throw (new NotImplementedException());
 }
Esempio n. 5
0
 public int sceMp3GetBitRate(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 6
0
 public int sceMp3SetLoopNum(Mp3StreamId Mp3Stream, int NumberOfLoops)
 {
     throw (new NotImplementedException());
 }
Esempio n. 7
0
 public bool sceMp3CheckStreamDataNeeded(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 8
0
 public int sceMp3ResetPlayPosition(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 9
0
 public int sceMp3ReleaseMp3Handle(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 10
0
 public int sceMp3NotifyAddStreamData(Mp3StreamId Mp3Stream, int Size)
 {
     throw (new NotImplementedException());
 }
Esempio n. 11
0
 public int sceMp3Init(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }
Esempio n. 12
0
 public int sceMp3GetSumDecodedSample(Mp3StreamId Mp3Stream)
 {
     throw (new NotImplementedException());
 }