MediaLaunchObject
com.connectsdk.service.capability.MediaPlayer.MediaLaunchObject
Helper class used with the MediaPlayer.LaunchListener to return the current media playback.
Properties
- LaunchSession launchSession
The LaunchSession object for the media launched.
- MediaControl mediaControl
The MediaControl object for the media launched.
- PlaylistControl playlistControl
The PlaylistControl object for the media launched.
Methods
- MediaLaunchObject (LaunchSession launchSession, MediaControl mediaControl)
Parameters:
launchSession
mediaControl
- MediaLaunchObject (LaunchSession launchSession, MediaControl mediaControl, PlaylistControl playlistControl)
Parameters:
launchSession
mediaControl
playlistControl