Template:CELL ERROR FACILITY SOUND - 0x031: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|CELL ERROR FACILITY SOUND - 0x031}} === LIBMIXER errors === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px...")
 
mNo edit summary
Line 24: Line 24:
|-
|-
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B ||  
|-
|}
=== AUDIO errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_AUDIO_ERROR_ALREADY_INIT || 0x80310701 || already init
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM || 0x80310702 || error in AudioSystem.
|-
| CELL_AUDIO_ERROR_NOT_INIT || 0x80310703 || not init
|-
| CELL_AUDIO_ERROR_PARAM || 0x80310704 || param error
|-
| CELL_AUDIO_ERROR_PORT_FULL || 0x80310705 || audio port is full
|-
| CELL_AUDIO_ERROR_PORT_ALREADY_RUN || 0x80310706 || audio port is already run
|-
| CELL_AUDIO_ERROR_PORT_NOT_OPEN || 0x80310707 || audio port is close
|-
| CELL_AUDIO_ERROR_PORT_NOT_RUN || 0x80310708 || audio port is not run
|-
| CELL_AUDIO_ERROR_TRANS_EVENT || 0x80310709 || trans event error
|-
| CELL_AUDIO_ERROR_PORT_OPEN || 0x8031070a || error in port open
|-
| CELL_AUDIO_ERROR_SHAREDMEMORY || 0x8031070b || error in shared memory
|-
| CELL_AUDIO_ERROR_MUTEX || 0x8031070c || error in mutex
|-
| CELL_AUDIO_ERROR_EVENT_QUEUE || 0x8031070d || error in event queue
|-
| CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND || 0x8031070e ||
|-
| CELL_AUDIO_ERROR_TAG_NOT_FOUND || 0x8031070f ||
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>

Revision as of 21:01, 8 July 2015

LIBMIXER errors

Name Errorcode Remarks
CELL_LIBMIXER_ERROR_UNDEFINED 0x80310001
CELL_LIBMIXER_ERROR_NOT_INITIALIZED 0x80310002
CELL_LIBMIXER_ERROR_INVALID_PARAMETER 0x80310003
CELL_LIBMIXER_ERROR_NO_MEMORY 0x80310005
CELL_LIBMIXER_ERROR_ALREADY_EXIST 0x80310006
CELL_LIBMIXER_ERROR_FULL 0x80310007
CELL_LIBMIXER_ERROR_NOT_EXIST 0x80310008
CELL_LIBMIXER_ERROR_TYPE_MISMATCH 0x80310009
CELL_LIBMIXER_ERROR_NOT_FOUND 0x8031000A
CELL_LIBMIXER_ERROR_NO_EFFECT 0x8031000B

AUDIO errors

Name Errorcode Remarks
CELL_AUDIO_ERROR_ALREADY_INIT 0x80310701 already init
CELL_AUDIO_ERROR_AUDIOSYSTEM 0x80310702 error in AudioSystem.
CELL_AUDIO_ERROR_NOT_INIT 0x80310703 not init
CELL_AUDIO_ERROR_PARAM 0x80310704 param error
CELL_AUDIO_ERROR_PORT_FULL 0x80310705 audio port is full
CELL_AUDIO_ERROR_PORT_ALREADY_RUN 0x80310706 audio port is already run
CELL_AUDIO_ERROR_PORT_NOT_OPEN 0x80310707 audio port is close
CELL_AUDIO_ERROR_PORT_NOT_RUN 0x80310708 audio port is not run
CELL_AUDIO_ERROR_TRANS_EVENT 0x80310709 trans event error
CELL_AUDIO_ERROR_PORT_OPEN 0x8031070a error in port open
CELL_AUDIO_ERROR_SHAREDMEMORY 0x8031070b error in shared memory
CELL_AUDIO_ERROR_MUTEX 0x8031070c error in mutex
CELL_AUDIO_ERROR_EVENT_QUEUE 0x8031070d error in event queue
CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND 0x8031070e
CELL_AUDIO_ERROR_TAG_NOT_FOUND 0x8031070f