]> git.sesse.net Git - mlt/blob - src/modules/sdl/consumer_sdl.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / sdl / consumer_sdl.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: sdl
4 title: SDL Fast YUV
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: >
14   Simple DirectMedia Layer audio and video output module.
15 parameters:
16   - identifier: argument
17     title: Video Standard
18     type: string
19     description: The size of the window as WxH pixels.
20     required: no
21   - identifier: volume
22     title: Volume
23     type: float
24     description: Audio level factor.
25     mutable: yes
26   - identifier: video_off
27     title: Video off
28     type: integer
29     description: If 1, disable video output
30     mutable: yes
31     minimum: 0
32     maximum: 1
33     default: 0
34     widget: checkbox
35   - identifier: audio_off
36     title: Audio off
37     type: integer
38     description: If 1, disable audio output
39     mutable: yes
40     minimum: 0
41     maximum: 1
42     default: 0
43     widget: checkbox
44   - identifier: audio_buffer
45     title: Audio buffer
46     type: integer
47     description: Size of the sdl audio buffer.
48     mutable: yes
49     default: 2048
50     minimum: 128