[android-developers] Supported Media Formats

2012-07-08 Thread Leonardo
Hi all, How doing for plays video in format TS (transport stream)? What version android? Here shows that supports MPEG-TS (.ts). Thanks! -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Supported Media Formats Programmatically

2009-09-08 Thread kk
How do I determine programmatically which Media MimeTypes/Formats are supported on a specific device/platform? There doesn't appear to be any methods in Media Store or Media Managers to determine supported types on device. Is this by design or can we expect to see support in future releases? R

[android-developers] Supported Media Formats

2009-07-02 Thread stephen.lloyd.h...@googlemail.com
Hi, I've been using MediaPlayer for playing some sounds and I've found no way to get hold of a list of supported mime types at runtime. I was hoping for something along the lines of MIDP's javax.microedition.media.Manager.getSupportedContentTypes() but there doesn't seem to be anything that achie