Esempio n. 1
0
 public Mp3Stream sceMp3ReserveMp3Handle(SceMp3InitArg *Mp3Arguments)
 {
     return(new Mp3Stream(Mp3Arguments));
 }
Esempio n. 2
0
 public Mp3Stream(SceMp3InitArg* Mp3Arguments)
 {
     this.Mp3Arguments = Mp3Arguments;
 }
Esempio n. 3
0
 public Mp3Stream(SceMp3InitArg *Mp3Arguments)
 {
     this.Mp3Arguments = Mp3Arguments;
 }