-
public class CatalogParams
The catalog details to be sent as custom data to the Cast receiver app.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
CatalogParams.AssetType
The type of asset sent to the Cast receiver app for playback.
-
Constructor Summary
Constructors Constructor Description CatalogParams(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.
-
-
-
Constructor Detail
-
CatalogParams
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
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.
-
-