DataDependencies: {
    constants: Constants;
    core-effects: CoreEffects;
    core-state-atoms: CoreStateAtoms;
    http-request-method: typeof HttpRequestMethod;
    http-response-type: typeof HttpResponseType;
    metrics: MetricsAtom;
    network-atom: typeof createNetworkAtom;
    network-message-type: typeof NetworkMessageType;
    network-task: typeof NetworkTask;
    platform-capabilities: PlatformCapabilities;
    segment-processing-component: SegmentProcessingComponent;
    segment-processor-errors: typeof default;
    select: ((tracks) => MediaTrackAtom);
    source-state-atom: SourceStateAtom;
    utils: CoreUtils;
} & StreamDataStructurePackageExports & StreamingState

Type declaration

Generated using TypeDoc