Changes

Jump to navigation Jump to search
603 bytes added ,  07:05, 19 November 2017
Created page with "= audout:u = {| class="wikitable" border="1" |- ! Cmd || Name |- | 0 || ListAudioOuts |- | 1 || #OpenAudioOut |} == OpenAudioOut == Takes two u64s (an interface ID and a..."
= audout:u =
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || ListAudioOuts
|-
| 1 || [[#OpenAudioOut]]
|}

== OpenAudioOut ==
Takes two u64s (an interface ID and a PID placeholder?), a PID, a process handle, and the name of the interface you want to connect to. Returns an [[#IAudioOut]] object.

== IAudioOut ==
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || GetAudioOutState
|-
| 1 || StartAudioOut
|-
| 2 || StopAudioOut
|-
| 3 || AppendAudioOutBuffer
|-
| 4 || RegisterBufferEvent
|-
| 5 || GetReleasedAudioOutBuffer
|-
| 6 || ContainsAudioOutBuffer
|}


[[Category:Services]]
117

edits

Navigation menu