Variable StreamingTypeConst

StreamingType: {
    Addon: "addon";
    Buy: "buy";
    Free: "free";
    Rent: "rent";
    Subscription: "subscription";
} = ...

Type of the streaming option.

Type declaration

  • Readonly Addon: "addon"
  • Readonly Buy: "buy"
  • Readonly Free: "free"
  • Readonly Rent: "rent"
  • Readonly Subscription: "subscription"

Export

Generated using TypeDoc