Class AudioFormatUtils
Inheritance
AudioFormatUtils
Assembly: Glitch9.IO.dll
public static class AudioFormatUtils
Methods
|
Edit this page
View Source
Declaration
public static BitDepth GetBitDepthFromBits(float bits)
Parameters
| Type |
Name |
Description |
| float |
bits |
|
Returns
|
Edit this page
View Source
Declaration
public static Bitrate GetBitrateFromKbps(float kbps)
Parameters
| Type |
Name |
Description |
| float |
kbps |
|
Returns
|
Edit this page
View Source
Declaration
public static SampleRate GetSampleRateFromHz(float hz)
Parameters
| Type |
Name |
Description |
| float |
hz |
|
Returns
|
Edit this page
View Source
Declaration
public static BitDepth ParseBitDepth(string bitDepthString)
Parameters
| Type |
Name |
Description |
| string |
bitDepthString |
|
Returns
|
Edit this page
View Source
Declaration
public static Bitrate ParseBitrate(string bitrateString)
Parameters
| Type |
Name |
Description |
| string |
bitrateString |
|
Returns
|
Edit this page
View Source
Declaration
public static int ParseChannels(string channelsString)
Parameters
| Type |
Name |
Description |
| string |
channelsString |
|
Returns
|
Edit this page
View Source
Declaration
public static SampleRate ParseSampleRate(string sampleRateString)
Parameters
| Type |
Name |
Description |
| string |
sampleRateString |
|
Returns