mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 07:25:58 +01:00
19 lines
417 B
C
19 lines
417 B
C
#ifndef PIPEWIRE_SCREENCAST_H
|
|
#define PIPEWIRE_SCREENCAST_H
|
|
|
|
#include <stdio.h>
|
|
#include <pipewire/pipewire.h>
|
|
#include <spa/param/format-utils.h>
|
|
#include <spa/param/props.h>
|
|
#include <spa/param/video/format-utils.h>
|
|
#include <spa/support/type-map.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
|