xdg-desktop-portal-hyprland/include/pipewire_screencast.h

21 lines
414 B
C

#ifndef PIPEWIRE_SCREENCAST_H
#define PIPEWIRE_SCREENCAST_H
#include <stdio.h>
#include <pipewire/pipewire.h>
#include <spa/utils/result.h>
#include <spa/param/props.h>
#include <spa/param/format-utils.h>
#include <spa/param/video/format-utils.h>
#include "wlr_screencast.h"
#include "screencast_common.h"
#include "xdpw.h"
#define BUFFERS 1
#define ALIGN 16
void *pwr_start(struct xdpw_state *state);
#endif