[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 audio device 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) |
|---|
<DefaultValueAttribute(Nothing)> _ <LocalizableAttribute(False)> _ Public Property TVAudio As Moniker |
| C# |
|---|
[DefaultValueAttribute(null)] [LocalizableAttribute(false)] public Moniker TVAudio { get; set; } |
| Visual C++ |
|---|
[DefaultValueAttribute(nullptr)] [LocalizableAttribute(false)] public: property Moniker^ TVAudio { Moniker^ get (); void set (Moniker^ value); } |