-
public class CastVideo
Represents the details of the custom data sent to the Cast receiver app.
-
-
Constructor Summary
Constructors Constructor Description CastVideo(String accountId, CatalogParams catalogParams, AnalyticsParams analyticsParams, Map<String, String> tracks)
Constructor.
-
-
-
Constructor Detail
-
CastVideo
CastVideo(String accountId, CatalogParams catalogParams, AnalyticsParams analyticsParams, Map<String, String> tracks)
Constructor.- Parameters:
accountId
- the Brightcove account id.catalogParams
- the catalog parameters to be sent in the custom data to the receiver app.analyticsParams
- parameters related to analytics.tracks
- the selected text and audio languages (if present)
-
-