Search Results for

    Show / Hide Table of Contents

    Struct Base64AudioAsset

    Implements
    IAudioAsset
    IAudioChunk
    IBase64Source
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO
    Assembly: Glitch9.IO.dll
    Syntax
    public readonly struct Base64AudioAsset : IAudioAsset, IAudioChunk, IBase64Source

    Constructors

    | Edit this page View Source

    Base64AudioAsset(string, AudioEncoding, int, int, string)

    Declaration
    public Base64AudioAsset(string base64, AudioEncoding encoding, int sampleRate, int channels, string name)
    Parameters
    Type Name Description
    string base64
    AudioEncoding encoding
    int sampleRate
    int channels
    string name

    Properties

    | Edit this page View Source

    Base64

    Declaration
    public string Base64 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Channels

    Declaration
    public int Channels { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Encoding

    Declaration
    public AudioEncoding Encoding { get; }
    Property Value
    Type Description
    AudioEncoding
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SampleRate

    Declaration
    public int SampleRate { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    GetBase64String()

    Declaration
    public string GetBase64String()
    Returns
    Type Description
    string

    Implements

    IAudioAsset
    IAudioChunk
    IBase64Source

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    IOExtensions.ToAudioClip(IAudioAsset)
    IOExtensions.ToAudioClipAsync(IAudioAsset)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation