Documentation:Modules/delay

From VideoLAN Wiki
< Documentation:Modules
Revision as of 03:56, 14 March 2019 by DoesItReallyMatter (talk | contribs) (Create page marked up/adapted from program output/source code/changelog)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module: delay
Type Stream output
First VLC version 2.0.0
Last VLC version -
Operating system(s) all
Description Delay a stream
Shortcut(s) -

The only shortcut to this module is 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 GuideStreaming HowToHacker GuideModules)
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.