Click or drag to resize

SystemAudio Class

The System.Audio properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemAudio

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Audio

The SystemAudio type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberChannelCount
The System.Audio.ChannelCount property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Audio_ChannelCount. Display name Channels.
Public propertyStatic memberCompression
The System.Audio.Compression property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Audio_Compression.
Public propertyStatic memberEncodingBitrate
The System.Audio.EncodingBitrate property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Audio_EncodingBitrate. Display name Bit rate.
Public propertyStatic memberFormat
The System.Audio.Format property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Audio_Format. Display name Audio format.
Public propertyStatic memberIsVariableBitRate
The System.Audio.IsVariableBitRate property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Audio_IsVariableBitRate.
Public propertyStatic memberPeakValue
The System.Audio.PeakValue property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Audio_PeakValue.
Public propertyStatic memberSampleRate
The System.Audio.SampleRate property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Audio_SampleRate. Display name Audio sample rate.
Public propertyStatic memberSampleSize
The System.Audio.SampleSize property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Audio_SampleSize. Display name Audio sample size.
Public propertyStatic memberStreamName
The System.Audio.StreamName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Audio_StreamName.
Public propertyStatic memberStreamNumber
The System.Audio.StreamNumber property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Audio_StreamNumber.
Top
See Also