public Mp3Stream sceMp3ReserveMp3Handle(SceMp3InitArg *Mp3Arguments)
 {
     return(new Mp3Stream(Mp3Arguments));
 }
Exemple #2
0
 public Mp3Stream(SceMp3InitArg* Mp3Arguments)
 {
     this.Mp3Arguments = Mp3Arguments;
 }
 public Mp3Stream(SceMp3InitArg *Mp3Arguments)
 {
     this.Mp3Arguments = Mp3Arguments;
 }