Search Results for

    Show / Hide Table of Contents

    Class AudioTypeHelper

    UnityEngine.AudioType helper methods.

    Inheritance
    object
    AudioTypeHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Files
    Assembly: Glitch9.IO.dll
    Syntax
    public static class AudioTypeHelper

    Methods

    | Edit this page View Source

    GetChannelCount(AudioSpeakerMode)

    Declaration
    public static int GetChannelCount(this AudioSpeakerMode audioSpeakerMode)
    Parameters
    Type Name Description
    AudioSpeakerMode audioSpeakerMode
    Returns
    Type Description
    int
    | Edit this page View Source

    GetExtension(AudioType)

    Declaration
    public static string GetExtension(this AudioType audioType)
    Parameters
    Type Name Description
    AudioType audioType
    Returns
    Type Description
    string
    | Edit this page View Source

    ParseFromEncoding(AudioEncoding)

    Declaration
    public static AudioType ParseFromEncoding(AudioEncoding encoding)
    Parameters
    Type Name Description
    AudioEncoding encoding
    Returns
    Type Description
    AudioType
    | Edit this page View Source

    ParseFromExtension(string)

    Declaration
    public static AudioType ParseFromExtension(string fileExt)
    Parameters
    Type Name Description
    string fileExt
    Returns
    Type Description
    AudioType
    | Edit this page View Source

    ParseFromPath(string)

    Declaration
    public static AudioType ParseFromPath(string filePath)
    Parameters
    Type Name Description
    string filePath
    Returns
    Type Description
    AudioType
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation