Skip to content

Commit

Permalink
changed content steering respone to class
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cuadro <fernandoc@qualabs.com>
  • Loading branch information
fernandocQualabs committed Mar 29, 2024
1 parent 12f2374 commit 8973287
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions api-extractor/report/hls.js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
```ts

import { PathwayClone } from '@svta/common-media-library/contentSteering';
import { SteeringManifest } from '@svta/common-media-library/contentSteering';
import { UriReplacement } from '@svta/common-media-library/contentSteering';

// Warning: (ae-missing-release-tag) "AbrComponentAPI" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
Expand Down Expand Up @@ -3018,14 +3022,7 @@ export class Part extends BaseSegment {
stats: LoadStats;
}

// Warning: (ae-missing-release-tag) "PathwayClone" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type PathwayClone = {
'BASE-ID': string;
ID: string;
'URI-REPLACEMENT': UriReplacement;
};
export { PathwayClone }

// Warning: (ae-missing-release-tag) "PlaylistContextType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
Expand Down Expand Up @@ -3120,16 +3117,7 @@ export type SelectionPreferences = {
// @public (undocumented)
export type SourceBufferName = 'video' | 'audio' | 'audiovideo';

// Warning: (ae-missing-release-tag) "SteeringManifest" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type SteeringManifest = {
VERSION: 1;
TTL: number;
'RELOAD-URI'?: string;
'PATHWAY-PRIORITY': string[];
'PATHWAY-CLONES'?: PathwayClone[];
};
export { SteeringManifest }

// Warning: (ae-missing-release-tag) "SteeringManifestLoadedData" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
Expand Down Expand Up @@ -3392,21 +3380,7 @@ export type TSDemuxerConfig = {
forceKeyFrameOnDiscontinuity: boolean;
};

// Warning: (ae-missing-release-tag) "UriReplacement" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type UriReplacement = {
HOST?: string;
PARAMS?: {
[queryParameter: string]: string;
};
'PER-VARIANT-URIS'?: {
[stableVariantId: string]: string;
};
'PER-RENDITION-URIS'?: {
[stableRenditionId: string]: string;
};
};
export { UriReplacement }

// Warning: (ae-missing-release-tag) "UserdataSample" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
Expand Down

0 comments on commit 8973287

Please sign in to comment.