Package com.brightcove.cast.model
Class CatalogParams
java.lang.Object
com.brightcove.cast.model.CatalogParams
The catalog details to be sent as custom data to the Cast receiver app.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of asset sent to the Cast receiver app for playback. -
Constructor Summary
ConstructorDescriptionCatalogParams
(String policyKey, String id, CatalogParams.AssetType assetType, String brightcoveAuthorizationToken, String adConfigId) Constructor.CatalogParams
(String policyKey, String id, CatalogParams.AssetType assetType, String brightcoveAuthorizationToken, String adConfigId, String watermarkingToken) Override Constructor that takes a watermarking token parameter. -
Method Summary
-
Constructor Details
-
CatalogParams
public CatalogParams(String policyKey, String id, CatalogParams.AssetType assetType, String brightcoveAuthorizationToken, String adConfigId) Constructor.- Parameters:
policyKey
- the player policy keyid
- the id of the asset to retrieveassetType
- the type of AssetbrightcoveAuthorizationToken
- 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 keyid
- the id of the asset to retrieveassetType
- the type of AssetbrightcoveAuthorizationToken
- brightcove authorization token.
-