Search Results for

    Show / Hide Table of Contents

    Class SoundProfile

    Represents the sound profile.

    Inheritance
    object
    AssetProfile
    SoundProfile
    Inherited Members
    AssetProfile.DefaultName
    AssetProfile.Name
    AssetProfile.ExcludeAsset
    AssetProfile.Platform
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX