Difference between revisions of "Documentation:Modules/wav"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create short page marked up/adapted from source code/changelog)
 
m (Move shortcut(s) to template)
 
Line 1: Line 1:
The mux module has a shortcut of <code>wav</code>. The demux module has no shortcuts.
 
 
 
== Demux ==
 
== Demux ==
{{Module|name=wav|type=Access demux|first_version=0.5.0|description=[[WAV]] demuxer}}
+
{{Module|name=wav|type=Access demux|first_version=0.5.0|description=[[WAV]] demuxer|sc=none}}
  
 
=== Options ===
 
=== Options ===
Line 9: Line 7:
  
 
== Mux ==
 
== Mux ==
{{Module|name=wav|type=Muxer|first_version=0.8.0|description=[[WAV]] muxer}}
+
{{Module|name=wav|type=Muxer|first_version=0.8.0|description=[[WAV]] muxer|sc=wav}}
  
 
=== Options ===
 
=== Options ===

Latest revision as of 03:05, 17 April 2019

Demux

Module: wav
Type Access demux
First VLC version 0.5.0
Last VLC version -
Operating system(s) all
Description WAV demuxer
Shortcut(s) (none)

Options

None.

Mux

Module: wav
Type Muxer
First VLC version 0.8.0
Last VLC version -
Operating system(s) all
Description WAV muxer
Shortcut(s) wav

Options

None.

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.