Class CatalogParams

java.lang.Object
com.brightcove.cast.model.CatalogParams

public class CatalogParams extends Object
The catalog details to be sent as custom data to the Cast receiver app.
  • Constructor Details

    • CatalogParams

      public CatalogParams(String policyKey, String id, CatalogParams.AssetType assetType, String brightcoveAuthorizationToken, String adConfigId)
      Constructor.
      Parameters:
      policyKey - the player policy key
      id - the id of the asset to retrieve
      assetType - the type of Asset
      brightcoveAuthorizationToken - brightcove authorization token.
    • CatalogParams

      public CatalogParams(String policyKey, String id, CatalogParams.AssetType assetType, String brightcoveAuthorizationToken, String adConfigId, String watermarkingToken)
      Override Constructor that takes a watermarking token parameter.
      Parameters:
      policyKey - the player policy key
      id - the id of the asset to retrieve
      assetType - the type of Asset
      brightcoveAuthorizationToken - brightcove authorization token.