Download plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 16: Line 16:
  5: Parameter:
  5: Parameter:
  6: Parameter:
  6: Parameter:
  7: 3 Parameter: char * url, char * mimeType, char * userdata  
  7: 3 Parameter: char * url, char * mimeType, void * userdata  
  8: Parameter:
  8: Parameter:
  9: Parameter:
  9: Parameter:
Line 37: Line 37:


contains 1 subs:  
contains 1 subs:  
  0: Interface 1, func 7) - getForceDownload?
  0: Interface 1, func 7) - getForceDownload? ( char * url, char * mimetype, void * usrdata )
 
=Mime Types=
 
{| class="wikitable sortable"
! Mime Type !! File Extension
|-
| audio/x-wav || (WAV)
|-
| audio/mpeg  || (MP3)
|-
| audio/x-ms-wma ||  (WMA)
|-
| audio/x-ms-asf ||  (ASF)
|-
| image/bmp  || (BMP)
|-
| image/gif  || (GIF)
|-
| image/jpeg  || (JPG)
|-
| image/png  || (PNG)
|-
|image/tiff ||  (TIF)
|-
| image/mpo  || (MPO)
|-
| video/mpeg ||  (MPG)
|-
| video/x-msvideo ||  (AVI)
|-
| application/x-psp-theme  || (ptf)
|-
| application/x-ps3-theme ||  (p3t)
|-
| video/x-ms-wmv ||  (WMV)
|-
| video/divx ||  (DIVX)
|-
| video/mp4 ||  (MP4)
|}
 
unsure:
application/vnd.sony.dstartup
application/x-ps3-update (PS3UPDAT.PUP)
application/x-psp-update (EBOOT.PBP)
application/x-sony-mgn
video/vnd.sony.mnv


{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 02:06, 18 August 2015

3 Identifiers:

  • 1
  • 0x41435430 ("ACT0")
  • 0x50 ("P")

1 Interface

contains 19 subs:

0: 1 Parameter: unsigned long
1: Parameter:
2: Parameter:
3: Parameter:
4: Parameter:
5: Parameter:
6: Parameter:
7: 3 Parameter: char * url, char * mimeType, void * userdata 
8: Parameter:
9: Parameter:
10: Parameter:
11: Parameter:
12: Parameter:
13: Parameter:
14: Parameter:
15: Parameter:
16: Parameter:
17: Parameter:
18: Parameter:

ACT0 Interface

contains 1 subs:

0: 1 Parameter: char * numbers (Interface 1, func 0)

P Interface

contains 1 subs:

0: Interface 1, func 7) - getForceDownload? ( char * url, char * mimetype, void * usrdata )

Mime Types

Mime Type File Extension
audio/x-wav (WAV)
audio/mpeg (MP3)
audio/x-ms-wma (WMA)
audio/x-ms-asf (ASF)
image/bmp (BMP)
image/gif (GIF)
image/jpeg (JPG)
image/png (PNG)
image/tiff (TIF)
image/mpo (MPO)
video/mpeg (MPG)
video/x-msvideo (AVI)
application/x-psp-theme (ptf)
application/x-ps3-theme (p3t)
video/x-ms-wmv (WMV)
video/divx (DIVX)
video/mp4 (MP4)
unsure:
application/vnd.sony.dstartup
application/x-ps3-update (PS3UPDAT.PUP)
application/x-psp-update (EBOOT.PBP)
application/x-sony-mgn
video/vnd.sony.mnv