Class AudioInfoX
Audio information.
Inherited Members
Namespace: VisioForge.Core.Types.X
Assembly: VisioForge.Core.dll
Syntax
public class AudioInfoX
Constructors
AudioInfoX()
Initializes a new instance of the AudioInfoX class.
Declaration
public AudioInfoX()
AudioInfoX(AudioFormatX, int, int)
Initializes a new instance of the AudioInfoX class.
Declaration
public AudioInfoX(AudioFormatX format, int sampleRate, int channels)
Parameters
| Type | Name | Description |
|---|---|---|
| AudioFormatX | format | The format. |
| int | sampleRate | The sample rate. |
| int | channels | The channels. |
Properties
Channels
Gets or sets the channels.
Declaration
public int Channels { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The channels. |
Format
Gets or sets the format.
Declaration
public AudioFormatX Format { get; set; }
Property Value
| Type | Description |
|---|---|
| AudioFormatX | The format. |
SampleRate
Gets or sets the sample rate.
Declaration
public int SampleRate { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The sample rate. |
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |