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