Skip to content

Commit 64ea9c8

Browse files
committed
hybridSwitchBufferTime is not mandatory
1 parent 0753272 commit 64ea9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ export class MediaPlayerSettingClass {
18631863
usePixelRatioInLimitBitrateByPortal?: boolean;
18641864
limitBitrateByPortalMinimum?: number,
18651865
enableSupplementalPropertyAdaptationSetSwitching?: boolean,
1866-
hybridSwitchBufferTime: number,
1866+
hybridSwitchBufferTime?: number,
18671867
rules?: {
18681868
throughputRule?: {
18691869
active?: boolean

0 commit comments

Comments
 (0)