Skip to content

Commit

Permalink
fix new names
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Schreiner committed Apr 14, 2023
1 parent 5050211 commit 5db0bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ declare namespace dashjs {
labels: { text: string, lang?: string }[];
lang: string | null;
viewpoint: any | undefined | null;
viewpoint_withSchemeIdUri: DescriptorType[] | null;
viewpointsWithSchemeIdUri: DescriptorType[] | null;
accessibility: any[] | null;
accessibility_withSchemeIdUri: DescriptorType[] | null;
accessibilitiesWithSchemeIdUri: DescriptorType[] | null;
audioChannelConfiguration: any[] | null;
audioChannelConfiguration_withSchemeIdUri: DescriptorType[] | null;
audioChannelConfigurationsWithSchemeIdUri: DescriptorType[] | null;
roles: string[] | null;
role_withSchemeIdUri: DescriptorType[] | null;
rolesWithSchemeIdUri: DescriptorType[] | null;
codec: string | null;
mimeType: string | null;
contentProtection: any | null;
Expand Down

0 comments on commit 5db0bc7

Please sign in to comment.