Audio services: Difference between revisions
No edit summary |
|||
| Line 962: | Line 962: | ||
|- | |- | ||
| 9 || [16.0.0+] GetWorkBufferSizeForMultiStreamExEx | | 9 || [16.0.0+] GetWorkBufferSizeForMultiStreamExEx | ||
|- | |||
| 100 || [S2] | |||
|} | |} | ||
| Line 999: | Line 1,001: | ||
The input buffer is a [[#OpusMultiStreamParametersEx]] struct. | The input buffer is a [[#OpusMultiStreamParametersEx]] struct. | ||
== Cmd100 == | |||
No input, returns an [[#IClientSession_2|IClientSession]]. | |||
== IHardwareOpusDecoder == | == IHardwareOpusDecoder == | ||
| Line 1,067: | Line 1,072: | ||
The bool flag indicates whether or not a reset of the decoder context is being requested. | The bool flag indicates whether or not a reset of the decoder context is being requested. | ||
== IClientSession == | |||
This is "nn::codec::hwacod::IClientSession". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || | |||
|- | |||
| 1 || | |||
|- | |||
| 10 || | |||
|} | |||
=== Cmd10 === | |||
Takes {...}, returns an [[#IHardwareAudioCodecManagerSession|IHardwareAudioCodecManagerSession]]. | |||
=== IHardwareAudioCodecManagerSession === | |||
This is "nn::codec::hwacod::IHardwareAudioCodecManagerSession". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || | |||
|- | |||
| 1 || | |||
|- | |||
| 10 || | |||
|} | |||
= auddebug = | = auddebug = | ||