Vinyl
    Preparing search index...

    Type Alias DashInitOptions

    type DashInitOptions = {
        patches?: { sourceBuffer?: Maybe<SourceBufferPatchOptions> };
        streaming?: Maybe<ContentStreamingOptions>;
    }
    Index

    Properties

    Properties

    patches?: { sourceBuffer?: Maybe<SourceBufferPatchOptions> }