summaryrefslogtreecommitdiff
path: root/include/uvcgadget/slideshow-source.h
blob: 9b1d9f96e5d8a55f7700cf6aa069aea4e6811eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Slideshow video source
 *
 * Copyright (C) 2018 Paul Elder
 *
 * Contact: Paul Elder <paul.elder@ideasonboard.com>
 */
#ifndef __SLIDESHOW_VIDEO_SOURCE_H__
#define __SLIDESHOW_VIDEO_SOURCE_H__

#include "video-source.h"

struct events;
struct video_source;

struct video_source *slideshow_video_source_create(const char *img_dir);
void slideshow_video_source_init(struct video_source *src, struct events *events);

#endif /* __SLIDESHOW_VIDEO_SOURCE_H__ */