public class Callisto.PlayerInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
date |
boolean |
isPaused |
int |
length |
MediaPlayer |
player |
int |
position |
java.lang.String |
show |
java.lang.String |
title |
Constructor and Description |
---|
Callisto.PlayerInfo(Context c)
Constructor for the PlayerInfo class.
|
public MediaPlayer player
public java.lang.String title
public java.lang.String show
public java.lang.String date
public int position
public int length
public boolean isPaused
public Callisto.PlayerInfo(Context c)
c
- The context for the current Activity.public void update(Context c)
c
- The context for the current Activity.public void clear()