Search Results for

    Show / Hide Table of Contents

    Class PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder>

    Inheritance
    object
    PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder>
    Implements
    IStreamStage<PooledBytes, TAudioData>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder> : IStreamStage<PooledBytes, TAudioData> where TAudioData : IAudioBuffer
    Type Parameters
    Name Description
    TAudioData
    TDecoder

    Constructors

    | Edit this page View Source

    PooledBytesToStreamingAudioDecoder(IStreamingAudioDecoder<TAudioData>)

    Declaration
    public PooledBytesToStreamingAudioDecoder(IStreamingAudioDecoder<TAudioData> decoder)
    Parameters
    Type Name Description
    IStreamingAudioDecoder<TAudioData> decoder

    Methods

    | Edit this page View Source

    Process(DeltaToken<PooledBytes>)

    Declaration
    public IEnumerable<DeltaToken<TAudioData>> Process(DeltaToken<PooledBytes> input)
    Parameters
    Type Name Description
    DeltaToken<PooledBytes> input
    Returns
    Type Description
    IEnumerable<DeltaToken<TAudioData>>

    Implements

    IStreamStage<TIn, TOut>

    Extension Methods

    StreamPipelineChainExtensions.Aggregate<TIn, TOut>(IStreamStage<TIn, TOut>, IStreamAggregator<TOut>)
    StreamPipelineChainExtensions.Cast<TIn, TOut1, TOut2>(IStreamStage<TIn, TOut1>)
    StreamPipelineChainExtensions.Parse<TIn, TOut1, TOut2>(IStreamStage<TIn, TOut1>, IStreamStage<TOut1, TOut2>)
    StreamPipelineChainExtensions.Project<TIn, TOut1, TOut2>(IStreamStage<TIn, TOut1>)
    StreamPipelineChainExtensions.Transform<TIn, TOut1, TOut2>(IStreamStage<TIn, TOut1>, IStreamStage<TOut1, TOut2>)
    StreamPipelineChainExtensions.WrapDelta<TIn, TOut>(IStreamStage<TIn, TOut>)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    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.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation