Moonware.Common
AudioPreset Property



Gets or sets the list of audio presets for this camera.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AudioPreset As List(Of TemplateAudioPreset)
'Usage
 
Dim instance As Template
Dim value As List(Of TemplateAudioPreset)
 
instance.AudioPreset = value
 
value = instance.AudioPreset
[DataMemberAttribute()]
public List<TemplateAudioPreset> AudioPreset {get; set;}
[DataMemberAttribute()]
public:
property List<TemplateAudioPreset^>^ AudioPreset {
   List<TemplateAudioPreset^>^ get();
   void set (    List<TemplateAudioPreset^>^ value);
}

Property Value

The list of audio presets.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members

Send Feedback