最終更新:2016-05-18 (水) 14:59:37 (2902d)  

AOSP/frameworks/av/media/libmediaplayerservice/MediaPlayerFactory.cpp
Top / AOSP / frameworks / av / media / libmediaplayerservice / MediaPlayerFactory.cpp

player_type

  • PV_PLAYER = 1,
  • SONIVOX_PLAYER = 2,
  • STAGEFRIGHT_PLAYER = 3,
  • NU_PLAYER = 4,
  • TEST_PLAYER = 5,
    • Test players are available only in the 'test' and 'eng' builds.
    • The shared library with the test player is passed passed as an argument to the 'test:' url in the setDataSource? call.