Documentation:Modules/bda
Jump to navigation
Jump to search
Module: bda | |
---|---|
Type | Access |
First VLC version | 0.9.0 |
Last VLC version | 1.1.? |
Operating system(s) | Windows |
Description | DirectShow BDA input |
Shortcut(s) | - |
This module was superseded by dtv sometime between 1.1 and 2.0.
The options for this module were conditional upon the presence of either macro WIN32
(Windows 32-bit) or WINCE
(Windows CE), indicating that the target was a Windows system:
# if defined(WIN32) || defined(WINCE)
// Condition: Windows
# else
// Condition: Other
# endif
Shortcuts to this module were dvb
, dvb-s
, dvbs
, qpsk
, satellite
, dvb-c
, dvbc
, qam
, cable
, dvbt
, dvb-t
, ofdm
, terrestrial
, atsc
and usdigital
.
Source code
- modules/access/bda/bda.c (vlc/vlc-1.1.git)
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.