[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Gets or sets the Moniker representing the TV tuner to be used, a null reference if one should be automatically selected.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<LocalizableAttribute(False)> _ <DefaultValueAttribute(Nothing)> _ Public Property TVTuner As Moniker |
| C# |
|---|
[LocalizableAttribute(false)] [DefaultValueAttribute(null)] public Moniker TVTuner { get; set; } |
| Visual C++ |
|---|
[LocalizableAttribute(false)] [DefaultValueAttribute(nullptr)] public: property Moniker^ TVTuner { Moniker^ get (); void set (Moniker^ value); } |