Class AudioPCMConverterSettings
Audio PCM converter settings.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class AudioPCMConverterSettings
Constructors
AudioPCMConverterSettings(int, int, int)
Initializes a new instance of the AudioPCMConverterSettings class.
Declaration
public AudioPCMConverterSettings(int channels, int bps, int sampleRate)
Parameters
| Type | Name | Description |
|---|---|---|
| int | channels | Channels count. |
| int | bps | BPS. |
| int | sampleRate | Sample rate. |
Properties
BPS
Gets or sets BPS.
Declaration
public int BPS { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Channels
Gets or sets channels count. 1 or 2.
Declaration
public int Channels { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SampleRate
Gets or sets sample rate.
Declaration
public int SampleRate { get; set; }
Property Value
| Type | Description |
|---|---|
| int |