Update list of ExoPlayer extractors in FrameworkSampleSource.java.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118021856
This commit is contained in:
andrewlewis 2016-03-24 05:38:00 -07:00 committed by Oliver Woodman
parent 1e78ee82ce
commit d5c80a31e8

View File

@ -42,10 +42,11 @@ import java.util.UUID;
* <p> * <p>
* Warning - This class is marked as deprecated because there are known device specific issues * Warning - This class is marked as deprecated because there are known device specific issues
* associated with its use, including playbacks not starting, playbacks stuttering and other * associated with its use, including playbacks not starting, playbacks stuttering and other
* miscellaneous failures. For mp4, m4a, mp3, webm, mkv, mpeg-ts and aac playbacks it is strongly * miscellaneous failures. For mp4, m4a, mp3, webm, mkv, mpeg-ts, ogg, wav and aac playbacks it is
* recommended to use {@link ExtractorSampleSource} instead. Where this is not possible this class * strongly recommended to use {@link ExtractorSampleSource} instead. Where this is not possible
* can still be used, but please be aware of the associated risks. Playing container formats for * this class can still be used, but please be aware of the associated risks. Playing container
* which an ExoPlayer extractor does not yet exist (e.g. ogg) is a valid use case of this class. * formats for which an ExoPlayer extractor does not yet exist (e.g. avi) is a valid use case of
* this class.
* <p> * <p>
* Over time we hope to enhance {@link ExtractorSampleSource} to support more formats, and hence * Over time we hope to enhance {@link ExtractorSampleSource} to support more formats, and hence
* make use of this class unnecessary. * make use of this class unnecessary.