OSDN Git Service

Add a way to play file descriptor data sources using the A@H transmitter media player.
authorJason Simmons <jsimmons@google.com>
Mon, 30 Jan 2012 02:03:02 +0000 (18:03 -0800)
committerJason Simmons <jsimmons@google.com>
Mon, 30 Jan 2012 02:03:02 +0000 (18:03 -0800)
commit94621e87e0972d87d5cd11197757b8bd56499882
tree5238ec491e95a083eab5338ae35ba53630bfb6ff
parent02421f52dc57db09d50e81e879ae6112ab3b83e6
Add a way to play file descriptor data sources using the A@H transmitter media player.

* Added a MediaPlayer.setMediaPlayerType API that be called to specify the
  desired media player implementation before calling setDataSource
* Implemented setDataSource(fd) in the AAH_TxPlayer

Change-Id: I359075d9c7d6fd699dda14eb85ec50da19307639
include/media/IMediaPlayer.h
include/media/mediaplayer.h
media/libaah_rtp/aah_tx_player.cpp
media/libaah_rtp/aah_tx_player.h
media/libmedia/IMediaPlayer.cpp
media/libmedia/mediaplayer.cpp
media/libmediaplayerservice/MediaPlayerService.cpp
media/libmediaplayerservice/MediaPlayerService.h