LibWeb: Add ChannelSplitterNode interface

This commit is contained in:
Tim Ledbetter 2025-01-01 22:00:52 +00:00 committed by Tim Ledbetter
commit e564d25ffb
Notes: github-actions[bot] 2025-01-02 11:40:31 +00:00
9 changed files with 315 additions and 1 deletions

View file

@ -65,7 +65,7 @@ public:
virtual WebIDL::ExceptionOr<void> set_channel_count_mode(Bindings::ChannelCountMode);
Bindings::ChannelCountMode channel_count_mode();
WebIDL::ExceptionOr<void> set_channel_interpretation(Bindings::ChannelInterpretation);
virtual WebIDL::ExceptionOr<void> set_channel_interpretation(Bindings::ChannelInterpretation);
Bindings::ChannelInterpretation channel_interpretation();
WebIDL::ExceptionOr<void> initialize_audio_node_options(AudioNodeOptions const& given_options, AudioNodeDefaultOptions const& default_options);