]> git.sesse.net Git - mlt/blob - src/modules/sdl/consumer_sdl_audio.yml
Fix doc error for mlt_playlist_is_blank().
[mlt] / src / modules / sdl / consumer_sdl_audio.yml
1 schema_version: 0.1
2 type: consumer
3 identifier: sdl_audio
4 title: SDL Audio Only
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12 description: >
13   Simple DirectMedia Layer audio only output module.
14
15 parameters:
16   - identifier: volume
17     title: Volume
18     type: float
19     description: Audio level factor.
20     mutable: yes
21
22   - identifier: audio_off
23     title: Audio off
24     type: integer
25     description: If 1, disable audio output
26     mutable: yes
27     minimum: 0
28     maximum: 1
29     default: 0
30     widget: checkbox
31
32   - identifier: audio_buffer
33     title: Audio buffer
34     type: integer
35     description: Size of the sdl audio buffer.
36     mutable: yes
37     default: 2048
38     minimum: 128
39
40   - identifier: scrub_audio
41     title: Audio scrubbing
42     type: integer
43     description: If enabled, sound is played even when the speed is not normal.
44     mutable: yes
45     minimum: 0
46     maximum: 1
47     default: 0
48     widget: checkbox