Property VLDSVideoOut.TVLDSVideoOut.AudioOutputDevice

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''property''' AudioOutputDevice : [[Class ALDSOutputDevice.TDSAudioOutputDevice|TDSAudioOutputDevice]] '''read''' FAudioOutputDevice '''write''' SetAudioOutputDevice;
+
'''property''' AudioOutputDevice : [[Class VLDSVideoOut.TDSVLAudioOutputDevice|TDSVLAudioOutputDevice]] '''read''' FAudioOutputDevice '''write''' SetAudioOutputDevice;
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''__property''' [[Class ALDSOutputDevice.TDSAudioOutputDevice|TDSAudioOutputDevice]] * AudioOutputDevice = { '''read'''=FAudioOutputDevice,  '''write'''=SetAudioOutputDevice };
+
'''__property''' [[Class VLDSVideoOut.TDSVLAudioOutputDevice|TDSVLAudioOutputDevice]] * AudioOutputDevice = { '''read'''=FAudioOutputDevice,  '''write'''=SetAudioOutputDevice };
 
</code>
 
</code>
  

Latest revision as of 17:19, 18 October 2012

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TVLDSVideoOut

Contents

Syntax

Delphi:

property AudioOutputDevice : TDSVLAudioOutputDevice read FAudioOutputDevice write SetAudioOutputDevice;

C++ Builder:

__property TDSVLAudioOutputDevice * AudioOutputDevice = { read=FAudioOutputDevice, write=SetAudioOutputDevice };

Summary

Desired audio output device(s).

Description

Use this property to select primary and alternative audio output devices. The alternative devices will be used if the primary one is not available.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox