Struct RAWBaseAudioInfo
Struct RAWBaseAudioInfo.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public struct RAWBaseAudioInfo
Remarks
CRITICAL. DO NOT CHANGE.
Fields
BPS
The BPS.
Declaration
public int BPS
Field Value
| Type | Description |
|---|---|
| int |
Channels
The channels.
Declaration
public int Channels
Field Value
| Type | Description |
|---|---|
| int |
Format
The format.
Declaration
public AudioFormat Format
Field Value
| Type | Description |
|---|---|
| AudioFormat |
SampleRate
The sample rate.
Declaration
public int SampleRate
Field Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |