DSP AAC Decoder: Difference between revisions

Peachy (talk | contribs)
No edit summary
Peachy (talk | contribs)
No edit summary
Line 31: Line 31:
| A 24-byte chunk of data containing information about the request/response. See below for more info.
| A 24-byte chunk of data containing information about the request/response. See below for more info.
|-
|-
|}
'''enum DecoderCommand : u16'''
{| class="wikitable" border="1"
|-
!  Enum
!  Value
|-
| Initialize (Initialize AAC decoder)
| 0
|-
| DecodeEncode (Decode or encode an AAC stream)
| 1
|-
| Shutdown
| 2
|-
| LoadState
| 3
|-
| SaveState
| 3
|}
|}