Audio services: Difference between revisions

No edit summary
Line 472: Line 472:


== OpenHardwareOpusDecoder ==
== OpenHardwareOpusDecoder ==
Takes two u32s '''SampleRate''' and '''ChannelCount''' packed as an u64, an u32 '''WorkBufferSize''' and an unknown handle. Returns an [[#IHardwareOpusDecoder]] object.
Takes two u32s '''SampleRate''' and '''ChannelCount''' packed as an u64, an u32 '''WorkBufferSize''' and a TransferMemory handle. Returns an [[#IHardwareOpusDecoder]] object. The TransferMemory is created by the user-process with permissions=0.


== GetHardwareOpusDecoderWorkBufferSize ==
== GetHardwareOpusDecoderWorkBufferSize ==