Click or drag to resize

DataChannels Enumeration

Typical number of data channels used by wave files.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.282-beta
Syntax
public enum DataChannels
Members
Member nameValueDescription
Mono1Defines a single (monaural) data sample channel
Stereo2Defines two (stereo) data sample channels
DolbySurround3Defines three data sample channels
DolbyProLogic4Defines four data sample channels
DolbyDigital6Defines six data sample channels

The DataChannels type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
Remarks
These are some common number of data channels, but wave files can support any number of data channels.
See Also