Uses of Class
io.clarify.api.BundleTrack

Uses of BundleTrack in io.clarify.api
 

Methods in io.clarify.api that return BundleTrack
 BundleTrack Bundle.addTrack(URI uri)
          Adds a new Track to the Bundle with the given media URI
 BundleTrack ClarifyClient.addTrackToBundle(String bundleId, URI trackUri)
          Adds a new Track to the Bundle with the given media URI, then fetches the resulting resource (resulting in 2 API calls)
 BundleTrack Bundle.findTrack(String trackId)
          Returns a specific Track by track number for this media Bundle
 BundleTrack ClarifyClient.findTrackByHref(String href)
          Returns a specific Track by the HREF provided in a JSON response
 BundleTrack ClarifyClient.findTrackForBundle(String bundleId, String trackId)
          Returns a specific Track by track number for a media Bundle
 



Copyright © 2015 Clarify Inc. All Rights Reserved.