Package com.brightcove.cast.model
Class CastVideo
java.lang.Object
com.brightcove.cast.model.CastVideo
Represents the details of the custom data sent to the Cast receiver app.
-
Constructor Summary
ConstructorDescriptionCastVideo
(String accountId, CatalogParams catalogParams, AnalyticsParams analyticsParams, Map<String, String> tracks) Constructor. -
Method Summary
-
Constructor Details
-
CastVideo
public 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)
-