Skip to content

Instantly share code, notes, and snippets.

@marler8997
Created May 22, 2023 15:21
Show Gist options
  • Save marler8997/d6e79c464a77205eb82401cb4abcb8fe to your computer and use it in GitHub Desktop.
Save marler8997/d6e79c464a77205eb82401cb4abcb8fe to your computer and use it in GitHub Desktop.
stream_events_ = {
PW_VERSION_STREAM_EVENTS,
.destroy = on_stream_destroy,
.state_changed = on_stream_state_changed,
.control_info = on_stream_control_info,
.io_changed = on_stream_io_changed,
.param_changed = on_stream_param_changed,
.add_buffer = on_stream_add_buffer,
.remove_buffer = on_stream_remove_buffer,
.process = on_stream_process_static,
.drained = on_stream_drained,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment