LocalProfiles.AudioProfiles Property
Gets the list of audio profiles installed on the system.
Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder.Api2 (in microsoft.expression.encoder.api2.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AudioProfiles As AudioProfileCollection
'Usage
Dim value As AudioProfileCollection
value = LocalProfiles.AudioProfiles
public static AudioProfileCollection AudioProfiles { get; }
public:
static property AudioProfileCollection^ AudioProfiles {
AudioProfileCollection^ get ();
}
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
LocalProfiles Class
LocalProfiles Members
Microsoft.Expression.Encoder.Profiles Namespace