コード例 #1
0
 public int sceMp3NotifyAddStreamData(Mp3Stream Mp3Stream, int Size)
 {
     Mp3Stream.AddStreamData(
         PointerUtils.PointerToByteArray(
             (byte *)Mp3Stream.Mp3Arguments->Mp3BufferPointer.GetPointer(Memory, Size), Size)
         );
     return(0);
 }
コード例 #2
0
ファイル: sceMp3.cs プロジェクト: soywiz/cspspemu
 public int sceMp3NotifyAddStreamData(Mp3Stream Mp3Stream, int Size)
 {
     Mp3Stream.AddStreamData(
         PointerUtils.PointerToByteArray((byte*)Mp3Stream.Mp3Arguments->Mp3BufferPointer.GetPointer(Memory, Size), Size)
     );
     return 0;
 }