]> git.sesse.net Git - mlt/blob - src/modules/jackrack/consumer_jack.yml
Fix compile error on Windows.
[mlt] / src / modules / jackrack / consumer_jack.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: jack
4 title: JACK
5 version: 1
6 copyright: Dan Dennedy
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12 parameters:
13   - identifier: channels
14     title: Channels
15     type: integer
16     minimum: 1
17     default: 2
18
19   - identifier: out_1
20     title: Send L
21     type: string
22
23   - identifier: out_2
24     title: Send R
25     type: string
26
27   - identifier: volume
28     title: Volume
29     type: float
30     minimum: 0.0
31     default: 1.0
32
33   - identifier: refresh
34     description: >
35       Applications should set this to update the video frame when paused.
36     type: integer
37     minimum: 0
38     maximum: 1
39
40   - identifier: audio_off
41     title: Audio off
42     type: integer
43     description: If 1, disable audio output
44     mutable: yes
45     minimum: 0
46     maximum: 1
47     default: 0
48     widget: checkbox
49
50   - identifier: scrub_audio
51     title: Audio scrubbing
52     type: integer
53     description: If enabled, sound is played even when the speed is not normal.
54     mutable: yes
55     minimum: 0
56     maximum: 1
57     default: 0
58     widget: checkbox