Package com.brightcove.cast
Class GoogleCastEventType
java.lang.Object
com.brightcove.cast.GoogleCastEventType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Indicates that theMediaInfo
should be added to the queue for cast playback.static final String
Indicates that theMediaQueueItem
should be added to the queue for cast playback.static final String
Deprecated.No longer used to unset the notifications.static final String
Deprecated.static final String
Indicates that the Cast session has ended.static final String
Indicates that the Cast session has started.static final String
Indicates that the cast plugin should destroy its cast instances.static final String
Indicates that theMediaInfo
should be loaded for cast playback.static final String
Indicates that theMediaQueueItem
should be loaded for cast playback.static final String
Deprecated.No longer used to set the Cast button.static final String
Indicates a chosen cast remote player activity outside of the default.static final String
Indicates that the media metadata should be set for cast playback.static final String
Deprecated.No longer used to set the MiniController.static final String
Deprecated.No longer used to set the notifications.static final String
Deprecated.No longer used to unset the notifications.static final String
Indicates that the parent activity context in the cast plugin needs to be updated. -
Constructor Summary
-
Method Summary
-
Field Details
-
SET_CAST_BUTTON
Deprecated.No longer used to set the Cast button. For more information on how to set the Cast button in your application, please visit: MediaRouteActionProvider reference- See Also:
-
SET_MINI_CONTROLLER
Deprecated.No longer used to set the MiniController. For more information on how to set the MiniController in your application, please visit: MiniControllerFragment reference- See Also:
-
SET_NOTIFICATIONS
Deprecated.No longer used to set the notifications.- See Also:
-
UNSET_NOTIFICATIONS
Deprecated.No longer used to unset the notifications.- See Also:
-
CAST_CONNECTION_SUSPENDED
Deprecated./** @deprecated No longer used to unset the notifications.- See Also:
-
CAST_CONNECTION_RECOVERED
Deprecated.No longer used to unset the notifications.- See Also:
-
SET_MEDIA_METADATA
Indicates that the media metadata should be set for cast playback.- See Also:
-
LOAD_MEDIA_INFO
Indicates that theMediaInfo
should be loaded for cast playback.- See Also:
-
ADD_MEDIA_INFO
Indicates that theMediaInfo
should be added to the queue for cast playback.- See Also:
-
LOAD_MEDIA_QUEUE_ITEM
Indicates that theMediaQueueItem
should be loaded for cast playback.- See Also:
-
ADD_MEDIA_QUEUE_ITEM
Indicates that theMediaQueueItem
should be added to the queue for cast playback.- See Also:
-
UPDATE_CAST_CONTEXT
Indicates that the parent activity context in the cast plugin needs to be updated.- See Also:
-
DESTROY_CAST
Indicates that the cast plugin should destroy its cast instances.- See Also:
-
CAST_SESSION_STARTED
Indicates that the Cast session has started.- See Also:
-
CAST_SESSION_ENDED
Indicates that the Cast session has ended.- See Also:
-
SET_CAST_TARGET_ACTIVITY
Indicates a chosen cast remote player activity outside of the default.- See Also:
-
-
Constructor Details
-
GoogleCastEventType
public GoogleCastEventType()
-