Skip to content

Commit

Permalink
sqdecipher
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Feb 18, 2022
1 parent 82c41fa commit 56318db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/api/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ export interface IPeriodAttributes {

export interface IDecipherabilityUpdateInfo {
periodStart : number;
periodEnd? : number;
periodEnd? : number | undefined;
trackType : IBufferType;
trackId : string;
representationId : string;
isDecipherable? : boolean;
isDecipherable? : boolean | undefined;
}

export type IStreamEvent = { data: IStreamEventData;
Expand Down

0 comments on commit 56318db

Please sign in to comment.