Package com.brightcove.cast.model
Class CastVideo
- java.lang.Object
-
- com.brightcove.cast.model.CastVideo
-
public class CastVideo extends java.lang.ObjectRepresents the details of the custom data sent to the Cast receiver app.
-
-
Constructor Summary
Constructors Constructor Description CastVideo(java.lang.String accountId, CatalogParams catalogParams, AnalyticsParams analyticsParams, java.util.Map<java.lang.String,java.lang.String> tracks)Constructor.
-
-
-
Constructor Detail
-
CastVideo
public CastVideo(java.lang.String accountId, CatalogParams catalogParams, AnalyticsParams analyticsParams, java.util.Map<java.lang.String,java.lang.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)
-
-