media/library/src/main/java/com/google/android/exoplayer/smoothstreaming
Rik Heijdens 42351d3127 Added id property to MediaFormat
Added the property 'id' to the MediaFormat class
 which serves as an identifier for the track.

DASH Representations will have the "id's" from their
Media Presentation Description mapped to the id property
 in the MediaFormat class that will represent the track.

We needed this for an use case where we wanted to read the 'id'
value from the DASH representation and present it to the user
in order for the user to select the right track.
2015-10-20 14:21:41 -04:00
..
DefaultSmoothStreamingTrackSelector.java Don't invoke adaptiveTrack with 0 or 1 representations. 2015-09-28 12:34:19 +01:00
SmoothStreamingChunkSource.java Added id property to MediaFormat 2015-10-20 14:21:41 -04:00
SmoothStreamingManifest.java Have Representation, TrackElement and Variant consistently expose Format. 2015-05-01 20:33:52 +01:00
SmoothStreamingManifestParser.java Pass whole PSSH box to MediaDrm (except in the WV+L case). 2015-06-18 14:16:37 +01:00
SmoothStreamingTrackSelector.java Fix naming/documentation for SmoothStreaming. 2015-09-01 14:16:02 +01:00