List of usage examples for android.widget MediaController.MediaPlayerControl interface-usage
From source file nuclei.media.MediaPlayerController.java
public class MediaPlayerController implements MediaController.MediaPlayerControl { private static final Log LOG = Logs.newLog(MediaPlayerController.class); MediaId mMediaId; private MediaInterface.MediaInterfaceCallback mCallbacks;
From source file uk.ac.hutton.ics.buntata.activity.VideoActivity.java
/** * The {@link VideoActivity} contains the {@link uk.ac.hutton.ics.buntata.fragment.DatasourceFragment}. It's used to select the data source. * * @author Sebastian Raubach */ public class VideoActivity extends BaseActivity implements MediaController.MediaPlayerControl {
From source file com.jlcsoftware.callrecorder.MainActivity.java
/** * Our MAIN Activity - MAIN LAUNCHER * */ public class MainActivity extends AppCompatActivity implements RecordingFragment.OnListFragmentInteractionListener,
From source file bupt.tiantian.callrecorder.callrecorder.MainActivity.java
/** * Our MAIN Activity - MAIN LAUNCHER */ public class MainActivity extends AppCompatActivity implements RecordingFragment.OnListFragmentInteractionListener, MediaPlayer.OnPreparedListener, MediaPlayer.OnCompletionListener, MediaController.MediaPlayerControl {
From source file net.sf.asap.PlayerService.java
public class PlayerService extends Service implements Runnable, MediaController.MediaPlayerControl { private Uri uri; int song; private static final int SONG_DEFAULT = -1; private static final int SONG_LAST = -2;
From source file com.shahenlibrary.VideoPlayer.VideoPlayerView.java
public class VideoPlayerView extends ScalableVideoView implements MediaPlayer.OnPreparedListener, MediaPlayer.OnErrorListener, MediaPlayer.OnBufferingUpdateListener, MediaPlayer.OnCompletionListener, MediaPlayer.OnInfoListener, LifecycleEventListener, MediaController.MediaPlayerControl { private ThemedReactContext themedReactContext; private RCTEventEmitter eventEmitter;
From source file com.data.pack.ViewVideo.java
public class ViewVideo extends Activity implements MediaController.MediaPlayerControl { private PlaceDataSQL placeData; private VideoView mVideoView; private String current; private String filename; private String UserName;
From source file jupiter.broadcasting.live.holo.JBPlayer.java
public class JBPlayer extends ActionBarActivity implements AdapterView.OnItemSelectedListener, View.OnSystemUiVisibilityChangeListener, MediaController.MediaPlayerControl { private static int NOTIFICATION_ID = 3435; MediaPlayer mp; MediaController mediaController; NotificationManager mNotificationManager;
From source file org.amahi.anywhere.activity.ServerFileAudioActivity.java
/** * Audio activity. Shows audio, supports basic operations such as pausing, resuming, audio changing. * The playback itself is done via {@link org.amahi.anywhere.service.AudioService}. * Backed up by {@link android.media.MediaPlayer}. */ public class ServerFileAudioActivity extends AppCompatActivity implements ViewPager.OnPageChangeListener,
From source file com.vanco.abplayer.BiliVideoViewActivity.java
@SuppressLint("HandlerLeak") public class BiliVideoViewActivity extends Activity implements MediaController.MediaPlayerControl, VideoView.SurfaceCallback { private Handler handler = new Handler() { public void handleMessage(Message msg) { super.handleMessage(msg);