Line 995:
Line 995:
== GetAudioOutState ==
== GetAudioOutState ==
−
Takes an input u32, returns an output [[#AudioOutState]].
+
Takes an input u32 [[#OpenAudioOut|audio_handle]], returns an output [[#AudioOutState]].
== GetAudioOutFeedingCodec ==
== GetAudioOutFeedingCodec ==
−
Takes an input u32, returns an output [[#AudioCodec]].
+
Takes an input u32 [[#OpenAudioOut|audio_handle]], returns an output [[#AudioCodec]].
== GetAudioOutFeedingParameter ==
== GetAudioOutFeedingParameter ==
−
Takes an input u32, returns an output [[#PcmParameter]].
+
Takes an input u32 [[#OpenAudioOut|audio_handle]], returns an output [[#PcmParameter]].
== AcquireAudioOutBufferAvailableEvent ==
== AcquireAudioOutBufferAvailableEvent ==
Line 1,926:
Line 1,926:
= AudioCodec =
= AudioCodec =
This is "nn::bluetooth::system::AudioCodec". This is an u32 enum.
This is "nn::bluetooth::system::AudioCodec". This is an u32 enum.
+
+
{| class="wikitable" border="1"
+
|-
+
! Value
+
! Description
+
|-
+
| 0 || Raw PCM
+
|}
= AudioControlButtonState =
= AudioControlButtonState =