Search Results for

    Show / Hide Table of Contents

    Struct Base64AudioChunk

    Implements
    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 Base64AudioChunk : IAudioChunk, IBase64Source

    Constructors

    | Edit this page View Source

    Base64AudioChunk(string, StreamingAudioEncoding, int, int)

    Declaration
    public Base64AudioChunk(string base64, StreamingAudioEncoding encoding, int sampleRate, int channels)
    Parameters
    Type Name Description
    string base64
    StreamingAudioEncoding encoding
    int sampleRate
    int channels

    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 StreamingAudioEncoding Encoding { get; }
    Property Value
    Type Description
    StreamingAudioEncoding
    | 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

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation