Package com.arcxp.video

Types

Link copied to clipboard
class ArcMediaClient

This class is used to interface with the Arc server. The API allows for the retrieval of video objects and playlist objects. The client uses the methods in this class to return ArcVideoStream objects. These objects can then be used to play videos using the ArcMediaPlayer.

Link copied to clipboard
class ArcMediaPlayer

This class is used to interact with the video capabilities of the SDK.

Link copied to clipboard
interface ArcVideoPlaylistCallback

This is the callback class that must be implemented to return playlists or errors to the findByPlaylist() method in ArcMediaClient

Link copied to clipboard
interface ArcVideoStreamCallback

This is the callback class that must be implemented to return video streams or errors to the findByUuid() or findByUuids() methods in ArcMediaClient

Link copied to clipboard
class ArcXPVideoConfig

This class is used to define a configuration to be used by the ArcMediaPlayer.

Link copied to clipboard
object VideoPackageUtils