Skip to content

Commit

Permalink
add deprecation message to LINEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Oct 8, 2024
1 parent 7996fdf commit e39e5fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ts/BitmovinYospacePlayerAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import type { AdBreak, CompanionAd } from 'bitmovin-player/modules/bitmovinplaye
// Enums

export enum YospaceAssetType {
/**
* @deprecated Use `DVRLIVE` instead for a wider compatibility
*/
LINEAR,
VOD,
DVRLIVE,
Expand Down

0 comments on commit e39e5fd

Please sign in to comment.