Uses of Class
quicktime.streaming.SourcerLoopParams

Packages that use SourcerLoopParams
quicktime.streaming   
 

Uses of SourcerLoopParams in quicktime.streaming
 

Methods in quicktime.streaming that return SourcerLoopParams
 SourcerLoopParams Sourcer.getLoopParams()
          Gets the loop parameters associated with the sourcer
 SourcerLoopParams SourcerTrackParams.getLoopParams()
          Gets the loop paramters object
 

Methods in quicktime.streaming with parameters of type SourcerLoopParams
 void Sourcer.setLoopParams(SourcerLoopParams loopParams)
          Sets the loop parameters associated with the sourcer
 void SourcerTrackParams.setLoopParams(SourcerLoopParams params)
          Sets the loop parameters of the track parameters object
 

Constructors in quicktime.streaming with parameters of type SourcerLoopParams
SourcerTrackParams(int flags, Track track, long trackStartOffset, long duration, SourcerLoopParams loopParams)
          Constructs a SourcerTrackParams object based on the native QTSSourcerTrackParams structure
SourcerTrackParams(int version, int flags, Track track, long trackStartOffset, long duration, SourcerLoopParams loopParams)
          Constructs a SourcerTrackParams object based on the native QTSSourcerTrackParams structure