[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 a collection of Monikers representing the TV audio devices installed on the current system.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property TVAudioDevices As IEnumerable(Of Moniker) |
| C# |
|---|
public static IEnumerable<Moniker> TVAudioDevices { get; } |
| Visual C++ |
|---|
public: static property IEnumerable<Moniker^>^ TVAudioDevices { IEnumerable<Moniker^>^ get (); } |