Class SoundProfile
The sound profile.
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class SoundProfile : AssetProfile
Properties
ChannelFormat
Gets or sets the Channel format.
Declaration
public SoundProfile.ChannelFormats ChannelFormat { get; set; }
Property Value
Type | Description |
---|---|
SoundProfile.ChannelFormats |
Encoding
Gets or sets the encoding used for the audio data samples.
Declaration
public WaveFormatEncodings Encoding { get; set; }
Property Value
Type | Description |
---|---|
WaveFormatEncodings |
Frequency
Gets the sample rate, in Hertz (Hz), of audio wave data.
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
int |
SampleRateMode
Gets or sets the SampleRate mode.
Declaration
public SoundProfile.SampleRateModes SampleRateMode { get; set; }
Property Value
Type | Description |
---|---|
SoundProfile.SampleRateModes |