Package com.brightcove.player.playback
Class MediaPlaybackService.Binder
- java.lang.Object
-
- android.os.Binder
-
- com.brightcove.player.playback.MediaPlaybackService.Binder
-
- All Implemented Interfaces:
android.os.IBinder
- Enclosing class:
- MediaPlaybackService
public static final class MediaPlaybackService.Binder extends android.os.Binder
The binder to connect to theMediaPlaybackService
.
-
-
Constructor Summary
Constructors Constructor Description Binder(MediaPlaybackService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaPlaybackService
getService()
Get the instance of the service.-
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, onTransact, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
-
-
-
-
Constructor Detail
-
Binder
public Binder(MediaPlaybackService service)
-
-
Method Detail
-
getService
public MediaPlaybackService getService()
Get the instance of the service.- Returns:
- The running service
-
-