DspPipelineInitializationState

Describes DSP pipeline initialization results.

interface DspPipelineInitializationState {
    success: boolean;
    workletBlobUrl: string;
}

About

Represents the result of pipeline initialization.

Properties

  • success: boolean - Indicates whether initialization succeeded.
  • workletBlobUrl: string - Generated Blob URL for the worklet.
DspPipelineInitializationState