How do I know if my media is random access?
Created May 8, 2012
John Zukowski You can get the SourceStream associated with the DataSource and ask for its seek type via getSeekType(). This will return one of NOT_SEEKABLE, RANDOM_ACCESSIBLE, or SEEKABLE_TO_START.