@svta/common-media-library
    Preparing search index...

    Class WebVttTransformerBeta

    WebVTT transform stream transformer.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Beta

      Transforms a chunk of WebVTT data.

      Parameters

      • chunk: string

        The chunk of WebVTT data to transform.

      • controller: TransformStreamDefaultController<WebVttResult>

        The controller to enqueue the results to.

      Returns void