Difference between revisions of "Documentation:Modules/delay"
Jump to navigation
Jump to search
(Create page marked up/adapted from program output/source code/changelog) |
m (Replace Millisecond wikilink(s) with [[wiktionary:ms|ms]], +sc, misc.) |
||
Line 1: | Line 1: | ||
− | {{Module|name=delay|type=Stream output|first_version=2.0.0|description=Delay a [[stream]]}} | + | {{Module|name=delay|type=Stream output|first_version=2.0.0|description=Delay a [[stream]]|sc=delay}} |
− | |||
− | |||
== Options == | == Options == | ||
Line 8: | Line 6: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=Specify an identifier integer for this [[elementary stream]] | + | |description=Specify an identifier integer for this [[elementary stream]]. |
}} | }} | ||
{{Option | {{Option | ||
Line 14: | Line 12: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=Specify a delay (in [[ | + | |description=Specify a delay (in [[wiktionary:ms|ms]]) for this elementary stream. Positive means delay and negative means advance. |
}} | }} | ||
Latest revision as of 08:53, 31 May 2019
Module: delay | |
---|---|
Type | Stream output |
First VLC version | 2.0.0 |
Last VLC version | - |
Operating system(s) | all |
Description | Delay a stream |
Shortcut(s) | delay
|
Options
- sout-delay-id <integer> : Specify an identifier integer for this elementary stream. default value: 0
- sout-delay-delay <integer> : Specify a delay (in ms) for this elementary stream. Positive means delay and negative means advance. default value: 0
Examples
From the changelog: #delay{id=12,delay=500}:standard...
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.