Moonware.Common
AudioType Property



Gets or sets the supported audio codec.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AudioType As AudioEnumType
'Usage
 
Dim instance As TemplateAudioPreset
Dim value As AudioEnumType
 
instance.AudioType = value
 
value = instance.AudioType
[DataMemberAttribute()]
public AudioEnumType AudioType {get; set;}
[DataMemberAttribute()]
public:
property AudioEnumType AudioType {
   AudioEnumType get();
   void set (    AudioEnumType value);
}

Property Value

The audio codec (AudioEnumType).
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

TemplateAudioPreset Class
TemplateAudioPreset Members

Send Feedback